Problem/Motivation

UI Patterns Overrides is a temporary module to prototype some UI Patterns additions before pushing them there:

├── src
│   ├── Plugin
│   │   └── UiPatterns
│   │       └── Source
│   │           ├── BlockSource.php
│   │           ├── ComponentSource.php 
│   │           ├── ContentEntitySource.php
│   │           ├── LocalActionsSource.php
│   │           ├── LocalTasksSource.php
│   │           ├── MainPageContentSource.php
│   │           ├── PageTitleSource.php
│   │           └── WysiwygWidget.php
│   └── SourcesBundlerInterface.php
├── ui_patterns_overrides.info.yml
├── ui_patterns_overrides.module
└── ui_patterns_overrides.ui_patterns.inc

Proposed resolution

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pdureau created an issue. See original summary.

pdureau’s picture

Issue summary: View changes
mogtofu33’s picture

pdureau’s picture

Title: [1.0.0-alpha2] Remove ui_patterns_overrides » Remove ui_patterns_overrides
Issue tags: -display_builder-1.0.0-alpha2 +display_builder-1.0.0-beta

Looks like a cleaning task, so a beta phase task

pdureau’s picture

By the way, some of the logic expected in Drupal\ui_patterns_overrides\Plugin\UiPatterns\Source\ComponentSource is still in ComponentLibraryPanel.

pdureau’s picture

Assigned: just_like_good_vibes » Unassigned
pdureau’s picture

Following #3529260: Flatten the Fields list (pending ui_patterns 2.0.8) , the tasks described in the issue summary will change a bit.

pdureau’s picture

Assigned: Unassigned » pdureau
Issue tags: -display_builder-1.0.0-beta +display_builder-1.0.0-alpha4
pdureau’s picture

Let's also fix that:

LocalActionsSource and LocalTasksSource are extending Drupal\ui_patterns\Plugin\UiPatterns\Source\BlockSource which is implemntign the SourceWithChoice interface.

And do this remaining task from #3534579: Align source contexts:

Rename is_display_builder_page_layout context by page

pdureau’s picture

Assigned: pdureau » Unassigned
Status: Active » Fixed

  • pdureau committed 79704035 on 1.0.x
    Issue #3529468 by pdureau: Remove ui_patterns_overrides
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.