You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would work similarly to before and after, but would only work with a single named block #somename.
Other blocks that are before / after the named block would not break, but the replacement would be substituted in place of the original in the original position.
You cannot use replaces with before / after
The text was updated successfully, but these errors were encountered:
This use case covers disabling extension defined by the original configuration.
To replace class name by another and attach it to the extension, the configuration should go in two steps:
disable extension for class set by original extension configuration *.yml file
enable the same extension for another class, other than the original one
It would be ideal to do this in the same custom /mysite/_config/*.yml file.
Given this config
The "merged" config would only contain
This would work similarly to
before
andafter
, but would only work with a single named block#somename
.Other blocks that are
before
/after
the named block would not break, but the replacement would be substituted in place of the original in the original position.You cannot use
replaces
withbefore
/after
The text was updated successfully, but these errors were encountered: