Closed (fixed)
Project:
Config Ignore
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Oct 2024 at 14:22 UTC
Updated:
8 May 2026 at 13:20 UTC
Jump to comment: Most recent
Comments
Comment #3
useernamee commentedSolution seems a bit hacky, but it works.
Comment #4
bircherThis is a good idea! But I think we should do it with the Drush 13.7+ way in order to be forward compatible.
Drush hooks are deprecated in 14
https://www.drush.org/14.x/listeners/
Comment #6
hitchshockThis is a really useful solution. I've had several situations where I had to manually set config_ignore_deactivate to export configurations that are generally ignored.
I provided both drush solutions for drush <13.7 and drush >=13.7, and they don't conflict with each other.
Tested it with:
drush 12
drush 13.6
drush 13.7
Comment #8
bircherthanks!