diff --git a/core/modules/views/config/schema/views.area.schema.yml b/core/modules/views/config/schema/views.area.schema.yml index b75deb1..5ad47d7 100644 --- a/core/modules/views/config/schema/views.area.schema.yml +++ b/core/modules/views/config/schema/views.area.schema.yml @@ -26,7 +26,7 @@ views.area.text: label: 'Text' mapping: content: - type: text + type: text_format label: 'The shown text of the area' format: type: string @@ -40,7 +40,7 @@ views.area.text_custom: label: 'Text custom' mapping: content: - type: text + type: text_format label: 'The shown text of the area' tokenize: type: boolean @@ -51,7 +51,7 @@ views.area.result: label: 'Result' mapping: content: - type: text + type: text_format label: 'The shown text of the result summary area'