Verified Commit 1561edc2 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3043330 by acbramley, nterbogt, phenaproxima, Sam152, tim.plunkett,...

Issue #3043330 by acbramley, nterbogt, phenaproxima, Sam152, tim.plunkett, quietone, smustgrave, jibran, larowlan, azinck, catch, alexpott, tedbow, kim.pepper: Reduce the number of field blocks created for entities (possibly to zero)
parent eb10b686
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
expose_all_field_blocks: false
+8 −0
Original line number Diff line number Diff line
@@ -86,3 +86,11 @@ layout_plugin.settings.layout_twocol_section:

layout_plugin.settings.layout_threecol_section:
  type: layout_builder_multi_width

layout_builder.settings:
  type: config_object
  label: 'Layout builder settings'
  mapping:
    expose_all_field_blocks:
      type: boolean
      label: 'Expose all field blocks'
+1 −0
Original line number Diff line number Diff line
name: 'Layout Builder'
type: module
description: 'Allows users to add and arrange blocks and content fields directly on the content.'
configure: layout_builder.settings
package: Core
version: VERSION
dependencies:
+5 −0
Original line number Diff line number Diff line
layout_builder.settings:
  title: 'Layout Builder'
  parent: system.admin_config_content
  description: 'Configure Layout Builder settings.'
  route_name: layout_builder.settings
+3 −0
Original line number Diff line number Diff line
administer layout builder:
  title: 'Administer layout builder'
  restrict access: true
configure any layout:
  title: 'Configure any layout'
  restrict access: true
Loading