Skip to content
Snippets Groups Projects
Commit 6f8d9fcd authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2096371 by sushantpaste, vijaycs85, epari.siva | webflo: Provide config...

Issue #2096371 by sushantpaste, vijaycs85, epari.siva | webflo: Provide config schema for Form modes.
parent ddb46ebe
No related merge requests found
......@@ -2,20 +2,20 @@
entity.view_mode.*.*:
type: mapping
label: 'Entity View Mode settings'
label: 'Entity view mode settings'
mapping:
id:
type: string
label: 'Entity View Mode ID'
label: 'ID'
uuid:
type: string
label: 'UUID'
label:
type: label
label: 'The human-readable name of the form or view mode'
label: 'The human-readable name of the view mode'
targetEntityType:
type: string
label: 'Used for Entity type'
label: 'Target entity type'
status:
type: boolean
label: 'Enabled'
......@@ -25,3 +25,29 @@ entity.view_mode.*.*:
langcode:
type: string
label: 'Default language'
entity.form_mode.*.*:
type: mapping
label: 'Entity form mode settings'
mapping:
id:
type: string
label: 'ID'
uuid:
type: string
label: 'UUID'
label:
type: label
label: 'The human-readable name of the form mode'
targetEntityType:
type: string
label: 'Target entity type'
status:
type: boolean
label: 'Enabled'
cache:
type: boolean
label: 'Cache'
langcode:
type: string
label: 'Default language'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment