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:{instructions:{type:'text',label:i18n.text('checkout.pickup_contact.form.instructions')}}};};export default generateFormConfig;