imAsparky / django-tag-me

Django Tag Me... Tag a model, a field, user tags and more...
Other
1 stars 0 forks source link

feat(theme): Add dropdown theme functionality #119 #120

Closed imAsparky closed 1 month ago

imAsparky commented 1 month ago

Add setting to allow key theme and path value to choose a theme. The theme is can be selected on a per field basis in the form init and assign the theme name to the field widget. Default tag_me theme is added if the dev does not create new themes.

closes #119