Adds Layout Builder to Web Services project.

Installs: 52 324

Dependents: 3

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 16

Open Issues: 8

Type:drupal-module

pkg:composer/ycloudyusa/y_lb

4.0.6-rc4 2025-11-12 08:24 UTC

This package is auto-updated.

Last update: 2025-12-16 10:14:20 UTC


README

Layout Builder for YMCA Website Services distribution

Y Styles

Y Styles allows site administrators to configure global design settings (color scheme, border radius, etc.) for Layout Builder content types, and optionally allow editors to override these styles per-node.

Enable Y Styles per content type

To allow editors to customize Y Styles on individual nodes:

drush cset core.entity_view_display.node.[content_type].default third_party_settings.y_lb.allow_style true -y
drush cr

Replace [content_type] with your content type machine name (e.g., landing_page_lb, article_lb, lb_event).

Troubleshooting

If Y Styles panel is not appearing in Layout Builder when editing a node, verify that allow_style is enabled:

drush cget core.entity_view_display.node.[content_type].default third_party_settings.y_lb

Should show allow_style: true in the output.