CI run: https://github.com/WordPress/wordpress-develop/pull/11167. See #64595. --- I've included a log of the Gutenberg changes with the following command: git log --reverse --format="- %s" 022d8dd3d461f91b15c1f0410649d3ebb027207f..e499abfb843a43ac88455ca319220c5f181e1cf3 | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy - Add documentation for contentRole and listView block supports (https://github.com/WordPress/gutenberg/pull/75903) - Interactivity Router: fix back and forward navigation after refresh (https://github.com/WordPress/gutenberg/pull/75927) - Real-time collaboration: Fix disconnect dialog on navigate (https://github.com/WordPress/gutenberg/pull/75886) - Real Time Collab: Throttle syncing for inactive tabs. (https://github.com/WordPress/gutenberg/pull/75843) - Components: Specify line-height to avoid inheriting default values (https://github.com/WordPress/gutenberg/pull/75880) - Pattern Editing: Fix sibling blocks to edited pattern not being disabled (https://github.com/WordPress/gutenberg/pull/75994) - Sync connector PHP behavior with Core backport changes (https://github.com/WordPress/gutenberg/pull/75968) - Connectors: Avoid manual string concatenation (https://github.com/WordPress/gutenberg/pull/75997) - DataForm: fix field label for panel (should not be uppercase) (https://github.com/WordPress/gutenberg/pull/75944) - Views: add support for more overrides (all developer-defined config) (https://github.com/WordPress/gutenberg/pull/75971) - Use homeUrl instead of siteUrl for link badge evaluations (https://github.com/WordPress/gutenberg/pull/75978) - DataViews: Right-align `integer` and `number` fields (https://github.com/WordPress/gutenberg/pull/75917) - Navigation Link: Compare internal links by host instead of origin (https://github.com/WordPress/gutenberg/pull/76015) - Fix: Skip scaled image sideload for images below big image threshold (https://github.com/WordPress/gutenberg/pull/75990) - Client side media cherry pick for 7.0 (https://github.com/WordPress/gutenberg/pull/75998) - Show transform dropdown previews on focus as well as hover (https://github.com/WordPress/gutenberg/pull/75940) (https://github.com/WordPress/gutenberg/pull/75992) - RTC: Fix syncing of emoji / surrogate pairs (https://github.com/WordPress/gutenberg/pull/76049) - [Real-time Collaboration] Fix sync issue on refresh (https://github.com/WordPress/gutenberg/pull/76017) - Real-time collaboration: Improve disconnect dialog (https://github.com/WordPress/gutenberg/pull/75970) - DataViews: Fix filter toggle flickering when there are locked or primary filters (https://github.com/WordPress/gutenberg/pull/75913) (https://github.com/WordPress/gutenberg/pull/76068) - Connectors: Dynamically register providers from WP AI Client registry (https://github.com/WordPress/gutenberg/pull/76014) - PHP-only Blocks: Reflect bound attribute values in inspector controls (https://github.com/WordPress/gutenberg/pull/76040) - Fix: Set quality and strip metadata in client-side image resize (https://github.com/WordPress/gutenberg/pull/76029) - RTC: Prevent duplicate poll cycles (https://github.com/WordPress/gutenberg/pull/76059) - RTC: Fix stale CRDT document persisted on save (https://github.com/WordPress/gutenberg/pull/75975) - RTC: Disable multiple collaborators if meta boxes are present (https://github.com/WordPress/gutenberg/pull/75939) - Directly inject styles in overlay to make styles stay consistently mounted (https://github.com/WordPress/gutenberg/pull/75700) - Real-time collaboration: Fix comment syncing on site editor (https://github.com/WordPress/gutenberg/pull/75746) - Real-time Collaboration: Bug fix for CRDT user selection and add tests (https://github.com/WordPress/gutenberg/pull/75075) - RTC: Updates from backport PR (https://github.com/WordPress/gutenberg/pull/75711) - RTC: Fix undefined array_first() call in sync storage (https://github.com/WordPress/gutenberg/pull/75869) - RTC: Fix fallthrough for sync update switch statement (https://github.com/WordPress/gutenberg/pull/76060) - Real-time collaboration: Remove block client IDs from Awareness, fix "Show Template" view (https://github.com/WordPress/gutenberg/pull/75590) - RTC: Add session activity notifications (https://github.com/WordPress/gutenberg/pull/76065) - Prevent non-reproducible Sass/CSS builds. (https://github.com/WordPress/gutenberg/pull/76098) - Block toolbar and context menu: hide pattern actions in Revisions UI (https://github.com/WordPress/gutenberg/pull/76066) - Try enabling style variation transforms for blocks in contentOnly mode (https://github.com/WordPress/gutenberg/pull/75761) - Block toolbar: hide styles dropdown in Revisions UI (https://github.com/WordPress/gutenberg/pull/76119) - Image block: fix lightbox srcset size (https://github.com/WordPress/gutenberg/pull/76092) - Fix writing flow navigation for annotation style, or any other block with border radius (https://github.com/WordPress/gutenberg/pull/76072) - Image: Hide 'Set as featured image' for in-editor revisions (https://github.com/WordPress/gutenberg/pull/76123) - Connectors: Gate unavailable install actions behind install capability (https://github.com/WordPress/gutenberg/pull/75980) - build: Exclude experimental pages from Core builds (https://github.com/WordPress/gutenberg/pull/76038) - HTML & Shortcode: Disable viewport visibility support (https://github.com/WordPress/gutenberg/pull/76138) - RTC: Verify client ID to avoid awareness mutation (https://github.com/WordPress/gutenberg/pull/76056) - wp-build: Do not remove Core's default script modules registration (https://github.com/WordPress/gutenberg/pull/75705) - wp-build: Deregister script modules before re-registering (https://github.com/WordPress/gutenberg/pull/75909) - Remove `! function_exists()` checks from PHP templates (https://github.com/WordPress/gutenberg/pull/76062) - Connectors: Update page identifier to options-connectors (https://github.com/WordPress/gutenberg/pull/76156) - Connectors: Align init hook priorities with Core overrides (https://github.com/WordPress/gutenberg/pull/76161) - Icon Block: Clean up selectors config (https://github.com/WordPress/gutenberg/pull/75786) - Icons: Fix incorrect icon slug (https://github.com/WordPress/gutenberg/pull/76165) - RTC: Enable RTC by default (https://github.com/WordPress/gutenberg/pull/75739) - Rename and visibility modals: gate shortcuts behind canEditBlock to prevent triggering in revisions UI (https://github.com/WordPress/gutenberg/pull/76168) - Fix: Block style variations not rendering in Site Editor Patterns page (https://github.com/WordPress/gutenberg/pull/76122) - Client-side media processing: only use media upload provider when not in preview mode (https://github.com/WordPress/gutenberg/pull/76124) - Notes: Disable for in-editor revisions (https://github.com/WordPress/gutenberg/pull/76180) - Core Data: Support reading revision data in useEntityProp (fixes footnotes in revisions UI) (https://github.com/WordPress/gutenberg/pull/76106) - Client-side media processing: Try plumbing invalidation to the block-editor's mediaUpload onSuccess callback (https://github.com/WordPress/gutenberg/pull/76173) - Connectors: Improve responsive layout on small screens (https://github.com/WordPress/gutenberg/pull/76186) - Interactivity API: Fix router initialization race condition on Safari/Firefox (https://github.com/WordPress/gutenberg/pull/76053) (https://github.com/WordPress/gutenberg/pull/76191) - Interactivity: Fix crypto.randomUUID crash in non-secure contexts (https://github.com/WordPress/gutenberg/pull/76151) Built from https://develop.svn.wordpress.org/trunk@61843 git-svn-id: http://core.svn.wordpress.org/trunk@61130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
25 lines
531 B
JSON
25 lines
531 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/shortcode",
|
|
"title": "Shortcode",
|
|
"category": "widgets",
|
|
"description": "Insert additional custom elements with a WordPress shortcode.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"text": {
|
|
"type": "string",
|
|
"source": "raw",
|
|
"role": "content"
|
|
}
|
|
},
|
|
"supports": {
|
|
"className": false,
|
|
"customClassName": false,
|
|
"html": false,
|
|
"customCSS": false,
|
|
"visibility": false
|
|
},
|
|
"editorStyle": "wp-block-shortcode-editor"
|
|
}
|