Open adrien-delhorme opened 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.
django-meta
META_USE_OG_PROPERTIES
False
djangocms-page-meta
Can we exclude unwanted fields based on the settings?
@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
django-meta
does not display some tags by default (eg:META_USE_OG_PROPERTIES
isFalse
by default) howeverdjangocms-page-meta
allows to fill these fields in its admin forms.Can we exclude unwanted fields based on the settings?