mv spatie/symfony-ignition-bundle/0.0/config/packages{,/dev}/ignition.yaml (#1689)

* fix `There is no extension able to load the configuration for "ignition" (in "config/packages/ignition.yaml"). Looked for namespace "ignition", found "framework", "doctrine", "twig".` when under environments other than `dev`

* fix https://github.com/symfony/recipes-contrib/pull/1689#pullrequestreview-2367798882
This commit is contained in:
n0099
2024-10-15 03:39:54 +04:00
committed by GitHub
parent 626427830c
commit 8120a067e4
@@ -1,2 +1,3 @@
ignition:
dark_mode: false
when@dev:
ignition:
dark_mode: false