dani
dani
i’m making a blueprint for collections for `@page.page`s only, as a `list` field like so: ```yaml header.content.items: type: list fields: [email protected]: type: pages ``` but this produces: ```yaml content: items:...
when naming selectize options with a language string, it’s not displayed as it should. in this example, `THEME_X.SELECT_OPTION1` doesn’t render the corresponding string from the `languages.yaml` file, instead it appears...
## Why are you adding this icons? I'm updating these icons because some of the previous ones are quite distorted and/or don't use the current official colors from the brands....
i'm trying to create a blueprint that allows selecting `multiple: true` images, but gives me an error when saving. the code: ```yaml header.multiplefiles: label: Images type: filepicker folder: 'self@' preview_images:...