Skip to content

Commit 55a86f5

Browse files
t-hamanoMamaduka
andauthored
Tabs: Remove redundant version field from block.json (#77417)
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
1 parent 600da52 commit 55a86f5

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

packages/block-library/src/tab-panel/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"name": "core/tab-panel",
66
"title": "Tab Panel",
77
"description": "Container for tab panel content in a tabbed interface.",
8-
"version": "1.0.0",
98
"category": "design",
109
"textdomain": "default",
1110
"parent": [ "core/tabs" ],

packages/block-library/src/tab/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"name": "core/tab",
66
"title": "Tab",
77
"description": "Content for a tab in a tabbed interface.",
8-
"version": "1.0.0",
98
"category": "design",
109
"textdomain": "default",
1110
"attributes": {

packages/block-library/src/tabs-menu-item/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"name": "core/tabs-menu-item",
66
"title": "Tab Menu Item",
77
"description": "A single tab button in the tabs menu.",
8-
"version": "1.0.0",
98
"category": "design",
109
"textdomain": "default",
1110
"parent": [ "core/tabs-menu" ],

packages/block-library/src/tabs-menu/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"name": "core/tabs-menu",
66
"title": "Tabs Menu",
77
"description": "Display the tab buttons for a tabbed interface.",
8-
"version": "1.0.0",
98
"category": "design",
109
"textdomain": "default",
1110
"parent": [ "core/tabs" ],

packages/block-library/src/tabs/block.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"name": "core/tabs",
66
"title": "Tabs",
77
"description": "Display content in a tabbed interface to help users navigate detailed content with ease.",
8-
"version": "1.0.0",
98
"category": "design",
109
"textdomain": "default",
1110
"allowedBlocks": [ "core/tabs-menu", "core/tab-panel" ],

0 commit comments

Comments
 (0)