Select to view content in your preferred language

Multiple APP_CONFIG_PROCESSOR extension points

522
2
Jump to solution
06-16-2024 09:38 AM
MatejKutik
Occasional Contributor

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"
        }
  ]
}

 

0 Kudos
1 Solution

Accepted Solutions
Junshan_Liu
Frequent Contributor

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?

View solution in original post

0 Kudos
2 Replies
Junshan_Liu
Frequent Contributor

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?

0 Kudos
MatejKutik
Occasional Contributor

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?

0 Kudos