TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

task/cmd-78 Allow designers to toggle off drop-caps to articles #793

Closed R-Tomas-Gonzalez closed 6 months ago

R-Tomas-Gonzalez commented 6 months ago

Overview

Django Admin would be the ideal place to put this feature. However, Django admin is specifically used as a FORM BASE system, so this would be the wrong place to try and put this feature.

Allowing the designer to toggle off the article switch (IMO) would have to be done from the Developer side with a setting to make it easier... In my limited amount of time, I could not figure out a way to add a button to the Admin section, without creating what Django calls a new application.

There was a point where I added a new button to the header bar, but again, I do not believe this is the right place to add this feature.

Related

R-Tomas-Gonzalez commented 6 months ago

Admin section is the ideal place for this button, but not the ideal place for Django. Womp. Closing PR. Leaving this here for documentation.

wesleyboar commented 6 months ago

Excellent. This will prevent another from falling down the same rabbit hole.