This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
program.es
How do I set default value for text or number fields by YAML way? I have tried following configuration but not work.
read_only:
label: My read only field
type: text
attributes:
value: default text
containerAttributes:
value: default text
default: default text
readOnly: true
Last updated
1-2 of 2