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 ={