config.types: add SetAttribute type, based on ListAttribute#2689
config.types: add SetAttribute type, based on ListAttribute#2689
Conversation
Most of the parsing/serializing code is just inherited, with a thin layer of tweaks on top to return the correct type.
|
After converting the Edit: Also, use of
|
|
More things to audit after converting to
|
Description
Implements the new config type idea from #2687 (comment)
Most of the parsing/serializing code is just inherited, with a thin layer of tweaks on top to return the correct type.
Checklist
make qa(runsmake lintandmake test)Notes
Draft until #2687 gets merged, because that's the first usage site for this and there's not much point in adding the feature without something in core that uses it.