Skip to content
Snippets Groups Projects

Setting in CE display for enabling building using Layout Builder.

Merged Roderik Muit requested to merge issue/custom_elements-3455414:3455414-give-use-layout into 3.x
Files
9
@@ -22,9 +22,12 @@ custom_elements.entity_ce_display.*.*.*:
@@ -22,9 +22,12 @@ custom_elements.entity_ce_display.*.*.*:
mode:
mode:
type: string
type: string
label: 'View or form mode machine name'
label: 'View or form mode machine name'
 
forceLayoutBuilder:
 
type: bool
 
label: 'Build custom element using layout (if enabled in appropriate display).'
forceAutoProcessing:
forceAutoProcessing:
type: bool
type: bool
label: 'When true, ignore this config and fall back to using processors'
label: 'Build custom element using processors instead of field config.'
customElementName:
customElementName:
type: string
type: string
label: 'Custom element name'
label: 'Custom element name'
Loading