entityform.schema.yml in Entityform 8.3
config/schema/entityform.schema.yml
File
config/schema/entityform.schema.ymlView source
- # Schema for the configuration files of the node module.
-
- # todo add setttings
-
- entityform.type.*:
- type: config_entity
- label: 'Entityform type'
- mapping:
- name:
- type: label
- label: 'Name'
- type:
- type: string
- label: 'Machine-readable name'
- description:
- type: text
- label: 'Description'
- help:
- type: text
- label: 'Explanation or submission guidelines'
- form_status:
- type: string
- label: 'Form Status'
- resubmit_action:
- type: string
- label: 'Resubmit Action'
- roles:
- type: sequence
- sequence:
- type: string
- label: 'Roles'
- preview_page:
- type: boolean
- label: 'Preview Page'
- submission_page_title:
- type: string
- label: 'Submission Page Title'
- submission_text:
- type: mapping
- label: 'Submission Text'
- mapping:
- format:
- type: string
- label: 'Format'
- value:
- type: string
- label: 'Value'
-