The commit introduced in #1964254: Configuration schemas missing langcode and uuid at places added an extra uuid key in block.schema.yml. This does not have any effect on anything, but should be cleaned up.

Propose to remove the uuid key below label_display.

Git blame:

b92c56b1 (Alex Pott 2013-04-10 09:40:30 +0100 10)     uuid:
b92c56b1 (Alex Pott 2013-04-10 09:40:30 +0100 11)       type: string
b92c56b1 (Alex Pott 2013-04-10 09:40:30 +0100 12)       label: 'UUID'
3b449413 (webchick  2013-03-29 10:55:22 -0700 13)     label:
3b449413 (webchick  2013-03-29 10:55:22 -0700 14)       type: label
3b449413 (webchick  2013-03-29 10:55:22 -0700 15)       label: 'Title'
3b449413 (webchick  2013-03-29 10:55:22 -0700 16)     label_display:
3b449413 (webchick  2013-03-29 10:55:22 -0700 17)       type: string
3b449413 (webchick  2013-03-29 10:55:22 -0700 18)       label: 'Display title'
3b449413 (webchick  2013-03-29 10:55:22 -0700 19)     uuid:
3b449413 (webchick  2013-03-29 10:55:22 -0700 20)       type: string
3b449413 (webchick  2013-03-29 10:55:22 -0700 21)       label: 'UUID'
CommentFileSizeAuthor
#2 block_schema_two_uuid-2000232-2.patch470 bytesannikaC
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gábor Hojtsy’s picture

Issue tags: +D8MI, +language-config
annikaC’s picture

Shortest patch ever, good to have a look at the new YAML stuff :)

annikaC’s picture

Status: Active » Needs review
Gábor Hojtsy’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me, thanks!

mradcliffe’s picture

Looks good to me too.

alexpott’s picture

Committed 8244728 and pushed to 8.x. Thanks!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.