文件操作 - attributes.js
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/blocks/donation-form/data/attributes.js
编辑文件内容
/** * Block Attributes */ const blockAttributes = { id: { type: 'number', default: 0, }, prevId: { type: 'number', }, displayStyle: { type: 'string', default: 'onpage', }, continueButtonTitle: { type: 'string', default: 'Donate now', }, showTitle: { type: 'boolean', default: true, }, showGoal: { type: 'boolean', default: true, }, contentDisplay: { type: 'boolean', default: true, }, showContent: { type: 'string', default: 'above', }, blockId: { type: 'string', }, }; export default blockAttributes;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件