Issue #3050429 by pfrenssen: Fix misspelled property "lable" in schema definitions
parent
46d96a4066
commit
041895feda
|
@ -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'
|
||||
|
|
|
@ -141,7 +141,7 @@ views_block:
|
|||
mapping:
|
||||
views_label:
|
||||
type: label
|
||||
lable: 'Title'
|
||||
label: 'Title'
|
||||
items_per_page:
|
||||
type: string
|
||||
label: 'Items per block'
|
||||
|
|
Loading…
Reference in New Issue