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
Files specified in config_defaults.yml and .sync.yml assume a static path that is the same for all managed modules.
however, there are cases where the content of a ERB template is managed in those modules, but the directory where this file is being saved is different for each module.
For example, the template may have a template/some_file.ext, but in the managed module it could be the module name, e.g. my-module/some_file.ext.
Files specified in
config_defaults.yml
and.sync.yml
assume a static path that is the same for all managed modules.however, there are cases where the content of a ERB template is managed in those modules, but the directory where this file is being saved is different for each module.
For example, the template may have a
template/some_file.ext
, but in the managed module it could be the module name, e.g.my-module/some_file.ext
.I could imagine a config like this:
.sync.yml
or in
configs_defaults.yml
:The text was updated successfully, but these errors were encountered: