-
Notifications
You must be signed in to change notification settings - Fork 609
Open
Description
Is there a way to allow the user to change the font size through configuration?
I'm thinking of adding
<ListConfiguration id="font_size" ....>
<ListOption id="small" />
<ListOption id="medium" />
<ListOption id="large" />
</ListConfiguration>
But this means that I have to add the same <Text>
3 times (for each font size) * 2 (for variant) which is a pain.
Is there a better way for this?
Metadata
Metadata
Assignees
Labels
No labels