Layout Builder for YMCA Website Services distribution
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.
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 crReplace [content_type] with your content type machine name (e.g., landing_page_lb, article_lb, lb_event).
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_lbShould show allow_style: true in the output.