GithubHelp home page GithubHelp logo

Comments (2)

jazzsequence avatar jazzsequence commented on June 10, 2024

If this is a sort of initial setup-type function, I'm thinking it would work similar to register_page_builder_layout, i.e.:

wds_register_page_builder_options( array(
     'parts_dir' => 'parts',
     'parts_prefix' => 'part',
     'container' => 'section',
     'container_class' => 'part-container',
     'global_layout' => array(),
     'hide_options' => true
) );

I also think having some way to hide or disable options that you're registering this way would be necessary (the hide_options parameter above) -- otherwise you have the possibility of registering these options but you have a page where they are visible and editable to the user...so either the user edits them, and they are always changed back to how you registered them, or you allow them to edit the settings, and they potentially break everything.

from wds-simple-page-builder.

jazzsequence avatar jazzsequence commented on June 10, 2024

added in 1bf82fb

also added support for add_theme_support

from wds-simple-page-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.