文件操作 - block.json
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Campaigns/Blocks/DonateButton/block.json
编辑文件内容
{ "$schema": "https://json.schemastore.org/block.json", "apiVersion": 3, "name": "givewp/campaign-donate-button", "version": "1.0.0", "title": "Donate Button", "category": "give", "description": "The GiveWP Donate Button inserts an donate button into the page.", "supports": { "align": ["wide", "full"] }, "attributes": { "campaignId": { "type": "number" }, "useDefaultForm": { "type": "boolean", "default": true }, "selectedForm": { "type": "string" }, "buttonText": { "type": "string" } }, "example": {}, "textdomain": "give", "render": "file:./render.php", "style": "file:../../../../build/campaignDonateButtonBlockApp.css" }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件