Current Path : /var/test/www/mainsite/wp-content/plugins/give/blocks/donation-form/data/ |
Current File : /var/test/www/mainsite/wp-content/plugins/give/blocks/donation-form/data/attributes.js |
/** * Block Attributes */ const blockAttributes = { id: { type: 'number', }, prevId: { type: 'number', }, displayStyle: { type: 'string', default: 'onpage', }, continueButtonTitle: { type: 'string', default: '', }, showTitle: { type: 'boolean', default: true, }, showGoal: { type: 'boolean', default: true, }, contentDisplay: { type: 'boolean', default: true, }, showContent: { type: 'string', default: 'above', }, }; export default blockAttributes;