overriding fields from fieldset #5737
-
After importing all fields from a fieldset in a blueprint with something like :
Is is possible to override some field parameters (like "instruction") inside the blueprint ? For instance, I have the "bubble_picture" fieldset defined as :
Inside my blueprint, I tried to redefined the "imported" field ie :
But this lead to a 500 error... Of course, importing field one by one ( ie https://statamic.dev/blueprints#customizing-fields ) is working ... but dont want to import all fields by hand. Any ideas :) ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Short answer is... not at the moment! You can override config if you import the fields individually, as you've worked out. |
Beta Was this translation helpful? Give feedback.
Short answer is... not at the moment!
You can override config if you import the fields individually, as you've worked out.