UNPKG

@shopgate/engage

Version:
4 lines 295 B
import{i18n}from'@shopgate/engage/core';/** * Generates form configuration. * @returns {Object} */var generateFormConfig=function generateFormConfig(){return{fields:{marketingOptIn:{type:'checkbox',label:i18n.text('registration.marketing_opt_in_label')}}};};export default generateFormConfig;