Authors dropdown
The authors dropdown can be used for a situations where you want to allow users of your theme to use a specific relation to the given author.
It can be used e.g. to specify an author which will be used to create posts listing:
{
"name": "listingAuthor",
"label": "Post listing",
"group": "Layout",
"note": "Creates a list of posts from the selected author",
"value": "",
"type": "authors-dropdown",
"multiple": false
}
The authors dropdown returns the ID of the selected tag as a value. If the multiple option is set to true, then string with IDs separated by comma is returned.