Skip to content
Snippets Groups Projects

Add title_display and description display

Files
5
@@ -65,7 +65,7 @@ ui_patterns_widget_settings:
type: string
label: 'Format type machine name'
label:
type: string
type: label
label: 'Label setting machine name'
widget_settings:
type: ui_patterns_ui.widget_settings.[%parent.type]
@@ -76,8 +76,17 @@ ui_patterns_ui.widget_settings.*:
type: mapping
mapping:
title:
type: string
type: label
label: 'Title'
title_display:
type: string
label: 'Title display'
description:
type: text
label: 'Description'
description_display:
type: string
label: 'Description display'
required:
type: integer
label: 'Widget is required'
Loading