From 041895feda096ca6a4d9feee30589ae2ee9a639f Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 6 May 2019 14:23:57 +0100 Subject: [PATCH] Issue #3050429 by pfrenssen: Fix misspelled property "lable" in schema definitions --- .../layout_builder/config/schema/layout_builder.schema.yml | 2 +- core/modules/views/config/schema/views.schema.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/layout_builder/config/schema/layout_builder.schema.yml b/core/modules/layout_builder/config/schema/layout_builder.schema.yml index f9f2ee8e9e2..862c90ecbed 100644 --- a/core/modules/layout_builder/config/schema/layout_builder.schema.yml +++ b/core/modules/layout_builder/config/schema/layout_builder.schema.yml @@ -59,7 +59,7 @@ inline_block: mapping: view_mode: type: string - lable: 'View mode' + label: 'View mode' block_revision_id: type: integer label: 'Block revision ID' diff --git a/core/modules/views/config/schema/views.schema.yml b/core/modules/views/config/schema/views.schema.yml index 6a6c321956a..f3cbd0191d0 100644 --- a/core/modules/views/config/schema/views.schema.yml +++ b/core/modules/views/config/schema/views.schema.yml @@ -141,7 +141,7 @@ views_block: mapping: views_label: type: label - lable: 'Title' + label: 'Title' items_per_page: type: string label: 'Items per block'