footer data

This commit is contained in:
CHIEFSOFT\ameye
2025-09-01 09:24:30 -04:00
parent 6294d7cafd
commit aae69ffd3b
@@ -31,6 +31,8 @@ const Settings = memo(({productData}) => {
const footerFields ={
footer_description: { name: 'Footer Description', controls: 'TEXTAREA', active: true },
boolean_footer_show_email: { name: 'Show email in footer', controls: 'SELECT_NO_YES', active: true },
boolean_footer_show_made_by: { name: 'Show made by in footer', controls: 'SELECT_NO_YES', active: true },
boolean_footer_show_socials: { name: 'Show social in footer', controls: 'SELECT_NO_YES', active: true },
}
const aboutFields ={