Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-1.x
  • 3465264-2.0.0-beta1-remove-usage
  • 2.0.x
  • 3414293-2.0.0-alpha1-implement-proptypeinterfaceconvertfrom
  • previous/3465264-2.0.0-beta1-remove-usage/2024-08-07-1
  • previous/3465264-2.0.0-beta1-remove-usage/2024-08-07
  • previous/3465264-2.0.0-beta1-remove-usage/2024-08-05
  • previous/3465264-2.0.0-beta1-remove-usage/2024-08-04-1
  • previous/3465264-2.0.0-beta1-remove-usage/2024-08-04
  • previous/3465264-2.0.0-beta1-remove-usage/2024-08-03
  • previous/3465264-2.0.0-beta1-remove-usage/2024-08-01
  • 2.0.0-alpha3
  • previous/3458364-2.0.0-alpha3-little-cleanups/2024-07-02
  • previous/3456571-2.0.0-alpha3-rename-source/2024-07-01
  • previous/3423185-2.0.0-alpha3-add-allowexpose/2024-06-09
  • previous/3414293-2.0.0-alpha1-implement-proptypeinterfaceconvertfrom/2024-06-05
  • 2.0.0-alpha2
  • previous/3443441-one-block-per-component/2024-05-27
  • previous/3414293-2.0.0-alpha1-implement-proptypeinterfaceconvertfrom/2024-05-13
  • previous/3427538-2.0.0-alpha2-form-builder/2024-05-03
  • previous/3427538-2.0.0-alpha2-form-builder/2024-04-16-1
  • previous/3427538-2.0.0-alpha2-form-builder/2024-04-16
  • previous/3414293-2.0.0-alpha1-implement-proptypeinterfaceconvertfrom/2024-04-16
  • 2.0.0-alpha1
24 results

ui_patterns-3465264

  • Open with
  • Download source code
  • Forked from project / ui_patterns
    378 commits behind, 16 commits ahead of the upstream repository.
    Florent Torregrosa's avatar
    Issue #3435188 by Grimreaper: Automated Drupal 11 compatibility fixes for ui_patterns
    Florent Torregrosa authored
    1b406341
    History

    UI Patterns

    Define and expose self-contained UI patterns as Drupal plugins and use them seamlessly as drop-in templates for:

    This module also integrates with tools like PatternLab or modules like Component Libraries thanks to definition overrides.

    This project provides 6 modules:

    • UI Patterns: the main module, it exposes the UI Patterns system APIs, and it does not do much more than that.
    • UI Patterns Library: allows to define patterns via YAML and generates a pattern library page available at /patterns to be used as documentation for content editors or as a showcase for business. Use this module if you don't plan to use more advanced component library systems such as PatternLab or Fractal.
    • UI Patterns Layouts: allows to use patterns as layouts. This module allows patterns to be used on Display Suite view modes or on Panels out of the box.
    • UI Patterns Views: allows to use patterns as Views row templates.
    • UI Patterns Field Group: allows to use patterns to format field groups provided by the Field Group module.
    • UI Patterns Display Suite: allows to use patterns to format Display Suite field templates.

    Requirements

    This module requires no modules outside of Drupal core.

    Installation

    Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

    Configuration

    The module has no menu or modifiable settings. There is no configuration.

    The submodules provide new configuration options depending on the submodule specificities.