Viewing 1 replies (of 1 total)
  • Plugin Support Neo WhiteRabbit

    (@longnguyen89)

    Hi,

    You have to add an array of ‘value’ => ‘Image URL’ pairs to the setting options of the field type image_select. For example

    array(
        'id'       => 'image_select',
        'name'     => 'Layout',
        'type'     => 'image_select',
        'options'  => array(
            'left'  => 'https://placehold.it/90x90&text=Left',
            'right' => 'https://placehold.it/90x90&text=Right',
            'none'  => 'https://placehold.it/90x90&text=None',
        ),
    ),

    Please read more on the documentation https://docs.metabox.io/fields/image-select/#settings

Viewing 1 replies (of 1 total)
  • The topic ‘Advanced Image Select Not Working’ is closed to new replies.