diff --git a/core/modules/field/config/schema/field.schema.yml b/core/modules/field/config/schema/field.schema.yml index e95e5e2..d0d83f8 100644 --- a/core/modules/field/config/schema/field.schema.yml +++ b/core/modules/field/config/schema/field.schema.yml @@ -14,7 +14,7 @@ field.field.*: mapping: id: type: string - label: 'Machine name' + label: 'ID' uuid: type: string label: 'UUID' diff --git a/core/modules/text/config/schema/text.schema.yml b/core/modules/text/config/schema/text.schema.yml index caf6696..2f7c08c 100644 --- a/core/modules/text/config/schema/text.schema.yml +++ b/core/modules/text/config/schema/text.schema.yml @@ -99,12 +99,12 @@ field.text_with_summary.value: - type: mapping label: 'Default' mapping: - summary: - type: string - label: 'Summary' value: type: text label: 'Body' + summary: + type: string + label: 'Summary' format: type: string label: 'Text format' @@ -140,9 +140,9 @@ field_widget.text_textarea_with_summary.settings: rows: type: integer label: 'Rows' - placeholder: - type: label - label: 'Placeholder' summary_rows: type: integer label: 'Summary rows' + placeholder: + type: label + label: 'Placeholder'