Pre-filled structure fields

Hello, it is possible to pre-fill structure fields or create default values (multi-language compatible)? In this way content editors doesn’t need to re-create structure fields every time :thinking:

Here’s blueprint example:

specs:
  label: Table
  type: structure
  entry: >
    {{title}}
  modalsize: large
  fields:
    title:
      label: Title
      type: text
    description:
      label: Description
      type: textarea
Specs:
- 
  title: Software
  description: 
- 
  title: Dimensions
  description: 
- 
  title: Weight
  description: 

See this post for options: Structure field—Default values

1 Like