/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/donation-form/data
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/donation-form/data/attributes.js (510B)
/**
* Block Attributes
*/
const blockAttributes = {
id: {
type: 'number',
default: 0,
},
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;