Get All Settings regardless of what groups #24
Unanswered
valluminarias
asked this question in
Q&A
Replies: 2 comments
-
Hi @valluminarias, Sadly enough this isn't possible at the moment. Though I think this is a feature we want in the future. The problem is that I not yet have a good idea on how to create an API for such a thing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could access available setting classes through the settings config file. `
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Is it possible to get all the settings regardless of what group they belong?
Example, I have these
Settings
:GeneralSettings
,CompanySetting
,OtherSettings
How can I get all these settings in just a single call ang get a single array of these settings?
Beta Was this translation helpful? Give feedback.
All reactions