openeuropa / oe_whitelabel

European Union Public License 1.2
2 stars 4 forks source link

OEL-0000: Remove patches. #271

Closed brummbar closed 2 months ago

brummbar commented 2 months ago

The ui_pattern_settings patch doesn't belong to the theme. It should be added in a project that uses the backend e.g. to create fields.

julien- commented 2 months ago

Temporary solution in project :

        "patches-ignore": {
            "openeuropa/oe_whitelabel": {
                "drupal/ui_patterns_settings": {
                    "TypeError: array_unshift(): Argument #1 ($array) must be of type array, null given @see https://www.drupal.org/project/ui_patterns_settings/issues/3409221": "https://www.drupal.org/files/issues/2024-03-01/ui_patterns_settings-3409221-26.patch"
                },
                "openeuropa/oe_paragraphs": {
                    "latest master": "https://github.com/openeuropa/oe_paragraphs/compare/1.23.0...master.diff"
                }
            }
        },