Skip to content

Commit

Permalink
Fixes issue where ctools blocks were showing up on the Landing Page "…
Browse files Browse the repository at this point in the history
…Add Block" menu
  • Loading branch information
Brant Wynn committed Jul 22, 2019
1 parent 0bcf9bf commit b373ff6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ third_party_settings:
entity_view_mode_restriction:
allowed_blocks:
AddToAny: { }
'Chaos tools': { }
'Chaos Tools': { }
Content: { }
'Content fields':
- 'field_block:node:landing_page:uid'
Expand Down Expand Up @@ -101,4 +101,3 @@ hidden:
layout_builder__translation: true
layout_selection: true
links: true

1 comment on commit b373ff6

@saltednut
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently a block category case change is enough to throw this off. Kind of an annoying quirk of this module, layout_builder_restrictions

Please sign in to comment.