Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs about sidebar property #36

Open
frozzare opened this issue Mar 6, 2019 · 0 comments
Open

Add docs about sidebar property #36

frozzare opened this issue Mar 6, 2019 · 0 comments

Comments

@frozzare
Copy link
Member

frozzare commented Mar 6, 2019

Example:

papi_property( [
  'type'     => 'sidebar',
  'title'    => 'Sidebar test',
  'slug'     => 'sidebar_test',
  'settings' => [
    'placeholder' => 'Select sidebar',
    'render'      => false
  ]
] )

Render setting:

  • True value will render the sidebar using dynamic_sidebar and return the html.
  • False value will disable the rendering and return the sidebar id.

Source:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant