I’m trying to get the data from a theme settings selectize into a page blueprint select. So far i haven’t found anything on the topic but my PHP knowledge is quite limited and i might missed something. i tried something like
categories:
type: selectize
size: large
label: Categories
classes: fancy
help: PLUGIN_ADMIN.TAXONOMY_TYPES_HELP
validate:
type: commalist
into something like that
project.category:
type: select
label: Select one of the following
'@data-options': '\Grav\Themes\themename\settings::categories'
options:
'/': DATA-OPTIONS
Anyone can give me hint how to achieve this?