nephila / djangocms-page-meta

OpenGraph, Twitter Card and Google+ snippet tags for django CMS 3 pages
https://djangocms-page-meta.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
59 stars 64 forks source link

Exclude disabled fields in admin form #107

Open adrien-delhorme opened 5 years ago

adrien-delhorme commented 5 years ago

django-meta does not display some tags by default (eg: META_USE_OG_PROPERTIES is False by default) however djangocms-page-meta allows to fill these fields in its admin forms.

Can we exclude unwanted fields based on the settings?

yakky commented 5 years ago

@adrien-delhorme it's doable, but IDK if the extra work / complexity it's worth.

Just hiding the three fieldsets I think it's doable, I will happily review the MR