-
Notifications
You must be signed in to change notification settings - Fork 5
gallery
Simone Montali edited this page Sep 9, 2019
·
2 revisions
{
"id": "gallery",
"type": "gallery",
"size": "half",
"label": "label",
"description": "description",
"ctaLabel": "Add Image",
"required": true
}
The gallery field allows you to input/output multiple images, selectable with WordPress' stock media picker.
For the general option fields, check the getting started page.
The gallery field has an additional option:
-
"ctaLabel"
defines the Call To Action for the field's editing mode.
You can filter the field's fetched value by calling WordPress' add_filter with the tag "aeria_get_gallery"
.