From aae69ffd3b233ce00283481b27d67cf37904ddef Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 1 Sep 2025 09:24:30 -0400 Subject: [PATCH] footer data --- src/component/product/settingsTab/Settings.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/component/product/settingsTab/Settings.jsx b/src/component/product/settingsTab/Settings.jsx index 0f94aa0..b59b5fb 100644 --- a/src/component/product/settingsTab/Settings.jsx +++ b/src/component/product/settingsTab/Settings.jsx @@ -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 ={