updated plugin ActivityPub version 8.3.0
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
{
|
||||
"name": "editor-plugin",
|
||||
"title": "Editor Plugin: not a block, but block.json is very useful.",
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "activitypub/editor-plugin",
|
||||
"title": "ActivityPub Editor Integration",
|
||||
"category": "widgets",
|
||||
"icon": "admin-comments",
|
||||
"keywords": [],
|
||||
"description": "Adds ActivityPub settings and controls to the WordPress block editor.",
|
||||
"icon": "screenoptions",
|
||||
"textdomain": "activitypub",
|
||||
"editorScript": "file:./plugin.js"
|
||||
}
|
||||
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('react', 'wp-components', 'wp-core-data', 'wp-data', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '293b8e75ac7a589c5096');
|
||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-components', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'a87121d13575d9f2d232');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user