Skip to content

Instantly share code, notes, and snippets.

@AdamSoucie
Created August 2, 2018 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamSoucie/66498ed57ad657fbb8105a965c014da0 to your computer and use it in GitHub Desktop.
Save AdamSoucie/66498ed57ad657fbb8105a965c014da0 to your computer and use it in GitHub Desktop.
Beaver Builder Select Field (no toggle)
'module_layout' => array(
'type' => 'select',
'label' => __( 'Module Layout', 'wds-beaver-builder' ),
'default' => 'fifty-image-text',
'options' => array(
'fifty-image-text' => __( 'Image/Text', 'wds-beaver-builder' ),
'fifty-text-image' => __( 'Text/Image', 'wds-beaver-builder' ),
'fifty-text-text' => __( 'Text/Text', 'wds-beaver-builder' ),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment