Hello everyone,
I`m trying to use multiple config processor extensions, but only one extension is called. Is there any reason why I cannot use multiple config processor extensions? Is it going to be possible in future?
Thanks, Matěj
{
"extensions": [
{
"point": "APP_CONFIG_PROCESSOR",
"uri": "extensions/data-source-processor"
},
{
"point": "APP_CONFIG_PROCESSOR",
"uri": "extensions/check-permissions"
}
]
}
Solved! Go to Solution.
For this extension point, only one extension is supported, and we don't have a plan to support multiple extensions for this extension point. Can you use one extension in your project?
For this extension point, only one extension is supported, and we don't have a plan to support multiple extensions for this extension point. Can you use one extension in your project?
Sure, I can use one extension. I can think of many scenarios where multiple extensions would be much better solution, though. I dont`t see good reason why not to support that. So why wont`t you?