mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Editor: Support the block_types and viewport_width props for remote patterns fetched from Pattern Directory.
Props ntsekouras, ironprogrammer, hellofromtonya, flixos90. Fixes #57611. git-svn-id: https://develop.svn.wordpress.org/trunk@55234 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "A heading preceded by a chapter number, and followed by a paragraph.",
|
||||
"wpop_keywords": "blog post",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": [ "core/heading" ]
|
||||
},
|
||||
"category_slugs": [ "text" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -27,7 +28,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "A large hero section with an example background image and a heading in the center.",
|
||||
"wpop_keywords": "header, hero",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "header" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -44,7 +46,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "A large hero section with a bright gradient background, a big heading and a filled button.",
|
||||
"wpop_keywords": "call to action, hero section",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "header" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "Three filled buttons with rounded corners, side by side.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 600
|
||||
"wpop_viewport_width": 600,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "buttons" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -27,7 +28,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "Two buttons, one filled and one outlined, side by side.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 500
|
||||
"wpop_viewport_width": 500,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "buttons" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "A heading preceded by a chapter number, and followed by a paragraph.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "text" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -27,7 +28,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "A large hero section with an example background image and a heading in the center.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "header" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -44,7 +46,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "A large hero section with a bright gradient background, a big heading and a filled button.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "header" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "A large hero section with a bright gradient background, a big heading and a filled button.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "header" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -27,7 +28,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "Three small columns of text, each with an outlined button with rounded corners at the bottom.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 1000
|
||||
"wpop_viewport_width": 1000,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "columns" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -44,7 +46,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "Three filled buttons with rounded corners, side by side.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 600
|
||||
"wpop_viewport_width": 600,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "buttons" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
@@ -61,7 +64,8 @@
|
||||
"spay_email": "",
|
||||
"wpop_description": "Two buttons, one filled and one outlined, side by side.",
|
||||
"wpop_keywords": "",
|
||||
"wpop_viewport_width": 500
|
||||
"wpop_viewport_width": 500,
|
||||
"wpop_block_types": []
|
||||
},
|
||||
"category_slugs": [ "buttons" ],
|
||||
"keyword_slugs": [ "core" ],
|
||||
|
||||
Reference in New Issue
Block a user