Hello everyone ! I have a question related to the ...
# suitecommerce
f
Hello everyone ! I have a question related to the configuration files within the extensions. In case it is necessary for an extension to override an original config file, for example, Item.Options.json. Is there a way to indicate that procedure in the manifest.json? How is the way to resolve this case?
s
Overriding configuration files is not something that's supported. Instead, we recommend you make use of JSONPath, which allows you to make changes to existing configurations
f
Excellent, I’ll check that! Thanks