form_fields:
type: structure
label: Form Fields
fields:
form_field_name:
type: text
label: Field Name
form_field_class:
type: text
label: Field Class
form_field_structure:
type: toggle
label: Field Structure
default: false
text:
- plain element
- enclose in <div>
I’d like to create a SELECT field now, on the same page, which should have selections based on the entries in that field. I’m trying this:
Yes, I moved the code out of the plugin and pasted it directly into the page’s blueprint, and am still getting the error - so that’s not it. Damn it.
If you’re not getting any issues, then it must be something else on the blueprint that is causing the problem. Let me do some logical troubleshooting to see if I can pinpoint it.