profile.schema.yml in Profile 2 8
config/schema/profile.schema.yml
File
config/schema/profile.schema.ymlView source
- profile.type.*:
- type: config_entity
- label: 'Profile type settings'
- mapping:
- id:
- type: string
- label: 'Machine-readable name'
- uuid:
- type: string
- label: 'UUID'
- label:
- type: label
- label: 'Label'
- registration:
- type: boolean
- label: 'Registration'
- multiple:
- type: boolean
- label: 'Allow multiple profiles'
- weight:
- type: integer
- label: 'Weight'
- status:
- type: boolean
- label: 'Status'
- langcode:
- type: string
- label: 'Default language'
-
- action.configuration.profile_delete_action:
- type: action_configuration_default
- label: 'Delete profile configuration'
-
- action.configuration.profile_publish_action:
- type: action_configuration_default
- label: 'Publish selected profile configuration'
-
- action.configuration.profile_unpublish_action:
- type: action_configuration_default
- label: 'Unpublish selected profile configuration'