feat(preset): compare userconfig lexicon entries#54520
Conversation
ArtificialOwl
commented
Aug 19, 2025
- added the missing userconfig entries when retrieving preset from lexicon.
- adding the entry 'config' to the returned array which can be 'app' or 'user'
| } | ||
|
|
||
| $details = [ | ||
| 'config' => $configType, |
There was a problem hiding this comment.
new entry in json. possible values: 'app' and 'user'
|
Psalm is unhappy |
artonge
left a comment
There was a problem hiding this comment.
It would be interesting to know the installation state for each application so it can be reflected in the UI.
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
29b76e3 to
b7cdfdd
Compare
if the app is in the returned list, it is enabled |
Sorry, by installation state, I meant whether the app will be installed or uninstalled when applying the preset. |
i'll make a second PR for this data |