Most of the built in types may have a 'default' value in their schema. This means that when creating a new content type that uses this input type, or when adding a new occurrence of the input, the default value to be set into the input field.
Notes:
- In input type schema 'default' value is defined as a separate variable, not in the input's config, but in requests for content schema it comes as a part of the config
- Previously backend was setting default values in a content when creating it, now it is going to be handled by UI part.
Most of the built in types may have a 'default' value in their schema. This means that when creating a new content type that uses this input type, or when adding a new occurrence of the input, the default value to be set into the input field.
Notes: