Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module allows you to extend existing UI patterns by inheriting their fields and settings. You can reuse all components from a parent pattern or selectively inherit specific fields and settings.

This module lets you extend existing ui patterns, allowing you to reuse existing fields and settings from the parent.

The module is using the extends: property:

Example:

base_pattern:
  fields:
    field_a:
       label: Field A
       type: text
    field_b:
       label: Field B
       type: text
  settings:
    setting_a:
       label: Setting A
       type: textfield
    setting_b:
       label: Setting B
       type: textfield

Extends the complete pattern:

sub_pattern:
  extends:
     - base_pattern

Extends the settings only:

sub_pattern:
  extends:
     - base_pattern.settings

Extends one setting and one field:

sub_pattern:
  extends:
     - base_pattern.settings.settings_a
     - base_pattern.fields.field_a

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Jun 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
1.0.0-beta3 Pre-release 8–11 Jun 4, 2025