Config Action to enable behavior for paragraph type

Created on 8 July 2024, 9 months ago

Problem/Motivation

Drupal 10.3 comes with recipe integration. One of the actions that are done regularly during site building is enabling and configuring the behaviors for plugins. It would be nice to have config action that enables and configures paragraph behavior for given paragraph type.

Proposed resolution

Add config action to ParagraphsType class that enables the behavior.

Remaining tasks

Create MR

User interface changes

None

API changes

Recipes will have the method to enable paragraph behavior, for example:

config:
  actions:
    paragraphs.paragraphs_type.text:
      enableBehaviorPlugins:
        -
          plugin_id: paragraph_width
          configuration:
            enabled: true
            default_width: content
        -
          plugin_id: paragraph_vertical_spacing
          configuration:
            enabled: true
            default_top_spacing: none
            default_bottom_spacing: small

Data model changes

None

Feature request
Status

Active

Version

1.0

Component

Miscellaneous

Created by

🇩🇪Germany a.dmitriiev

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024