summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/post-template
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/post-template')
-rw-r--r--wp-includes/blocks/post-template/block.json56
-rw-r--r--wp-includes/blocks/post-template/editor-rtl.css5
-rw-r--r--wp-includes/blocks/post-template/editor-rtl.min.css1
-rw-r--r--wp-includes/blocks/post-template/editor.css5
-rw-r--r--wp-includes/blocks/post-template/editor.min.css1
-rw-r--r--wp-includes/blocks/post-template/style-rtl.css65
-rw-r--r--wp-includes/blocks/post-template/style-rtl.min.css1
-rw-r--r--wp-includes/blocks/post-template/style.css65
-rw-r--r--wp-includes/blocks/post-template/style.min.css1
9 files changed, 200 insertions, 0 deletions
diff --git a/wp-includes/blocks/post-template/block.json b/wp-includes/blocks/post-template/block.json
new file mode 100644
index 0000000..48804de
--- /dev/null
+++ b/wp-includes/blocks/post-template/block.json
@@ -0,0 +1,56 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/post-template",
+ "title": "Post Template",
+ "category": "theme",
+ "parent": [ "core/query" ],
+ "description": "Contains the block elements used to render a post, like the title, date, featured image, content or excerpt, and more.",
+ "textdomain": "default",
+ "usesContext": [
+ "queryId",
+ "query",
+ "queryContext",
+ "displayLayout",
+ "templateSlug",
+ "previewPostType",
+ "enhancedPagination"
+ ],
+ "supports": {
+ "reusable": false,
+ "html": false,
+ "align": [ "wide", "full" ],
+ "layout": true,
+ "color": {
+ "gradients": true,
+ "link": true,
+ "__experimentalDefaultControls": {
+ "background": true,
+ "text": true
+ }
+ },
+ "typography": {
+ "fontSize": true,
+ "lineHeight": true,
+ "__experimentalFontFamily": true,
+ "__experimentalFontWeight": true,
+ "__experimentalFontStyle": true,
+ "__experimentalTextTransform": true,
+ "__experimentalTextDecoration": true,
+ "__experimentalLetterSpacing": true,
+ "__experimentalDefaultControls": {
+ "fontSize": true
+ }
+ },
+ "spacing": {
+ "blockGap": {
+ "__experimentalDefault": "1.25em"
+ },
+ "__experimentalDefaultControls": {
+ "blockGap": true
+ }
+ }
+ },
+ "style": "wp-block-post-template",
+ "editorStyle": "wp-block-post-template-editor"
+}
diff --git a/wp-includes/blocks/post-template/editor-rtl.css b/wp-includes/blocks/post-template/editor-rtl.css
new file mode 100644
index 0000000..92e578f
--- /dev/null
+++ b/wp-includes/blocks/post-template/editor-rtl.css
@@ -0,0 +1,5 @@
+.editor-styles-wrapper ul.wp-block-post-template{
+ list-style:none;
+ margin-right:0;
+ padding-right:0;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/post-template/editor-rtl.min.css b/wp-includes/blocks/post-template/editor-rtl.min.css
new file mode 100644
index 0000000..fe8eccc
--- /dev/null
+++ b/wp-includes/blocks/post-template/editor-rtl.min.css
@@ -0,0 +1 @@
+.editor-styles-wrapper ul.wp-block-post-template{list-style:none;margin-right:0;padding-right:0} \ No newline at end of file
diff --git a/wp-includes/blocks/post-template/editor.css b/wp-includes/blocks/post-template/editor.css
new file mode 100644
index 0000000..ba8d9f2
--- /dev/null
+++ b/wp-includes/blocks/post-template/editor.css
@@ -0,0 +1,5 @@
+.editor-styles-wrapper ul.wp-block-post-template{
+ list-style:none;
+ margin-left:0;
+ padding-left:0;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/post-template/editor.min.css b/wp-includes/blocks/post-template/editor.min.css
new file mode 100644
index 0000000..3532597
--- /dev/null
+++ b/wp-includes/blocks/post-template/editor.min.css
@@ -0,0 +1 @@
+.editor-styles-wrapper ul.wp-block-post-template{list-style:none;margin-left:0;padding-left:0} \ No newline at end of file
diff --git a/wp-includes/blocks/post-template/style-rtl.css b/wp-includes/blocks/post-template/style-rtl.css
new file mode 100644
index 0000000..2275f6f
--- /dev/null
+++ b/wp-includes/blocks/post-template/style-rtl.css
@@ -0,0 +1,65 @@
+.wp-block-post-template{
+ list-style:none;
+ margin-bottom:0;
+ margin-top:0;
+ max-width:100%;
+ padding:0;
+}
+.wp-block-post-template.wp-block-post-template{
+ background:none;
+}
+.wp-block-post-template.is-flex-container{
+ display:flex;
+ flex-direction:row;
+ flex-wrap:wrap;
+ gap:1.25em;
+}
+.wp-block-post-template.is-flex-container>li{
+ margin:0;
+ width:100%;
+}
+@media (min-width:600px){
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{
+ width:calc(50% - .625em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{
+ width:calc(33.33333% - .83333em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{
+ width:calc(25% - .9375em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{
+ width:calc(20% - 1em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{
+ width:calc(16.66667% - 1.04167em);
+ }
+}
+
+@media (max-width:600px){
+ .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{
+ grid-template-columns:1fr;
+ }
+}
+.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{
+ -webkit-margin-start:2em;
+ -webkit-margin-end:0;
+ float:left;
+ margin-inline-end:0;
+ margin-inline-start:2em;
+}
+
+.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{
+ -webkit-margin-start:0;
+ -webkit-margin-end:2em;
+ float:right;
+ margin-inline-end:2em;
+ margin-inline-start:0;
+}
+
+.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{
+ -webkit-margin-start:auto;
+ -webkit-margin-end:auto;
+ margin-inline-end:auto;
+ margin-inline-start:auto;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/post-template/style-rtl.min.css b/wp-includes/blocks/post-template/style-rtl.min.css
new file mode 100644
index 0000000..fec44d4
--- /dev/null
+++ b/wp-includes/blocks/post-template/style-rtl.min.css
@@ -0,0 +1 @@
+.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{-webkit-margin-start:2em;-webkit-margin-end:0;float:left;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{-webkit-margin-start:0;-webkit-margin-end:2em;float:right;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{-webkit-margin-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-inline-start:auto} \ No newline at end of file
diff --git a/wp-includes/blocks/post-template/style.css b/wp-includes/blocks/post-template/style.css
new file mode 100644
index 0000000..133d38d
--- /dev/null
+++ b/wp-includes/blocks/post-template/style.css
@@ -0,0 +1,65 @@
+.wp-block-post-template{
+ list-style:none;
+ margin-bottom:0;
+ margin-top:0;
+ max-width:100%;
+ padding:0;
+}
+.wp-block-post-template.wp-block-post-template{
+ background:none;
+}
+.wp-block-post-template.is-flex-container{
+ display:flex;
+ flex-direction:row;
+ flex-wrap:wrap;
+ gap:1.25em;
+}
+.wp-block-post-template.is-flex-container>li{
+ margin:0;
+ width:100%;
+}
+@media (min-width:600px){
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{
+ width:calc(50% - .625em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{
+ width:calc(33.33333% - .83333em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{
+ width:calc(25% - .9375em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{
+ width:calc(20% - 1em);
+ }
+ .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{
+ width:calc(16.66667% - 1.04167em);
+ }
+}
+
+@media (max-width:600px){
+ .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{
+ grid-template-columns:1fr;
+ }
+}
+.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{
+ -webkit-margin-start:2em;
+ -webkit-margin-end:0;
+ float:right;
+ margin-inline-end:0;
+ margin-inline-start:2em;
+}
+
+.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{
+ -webkit-margin-start:0;
+ -webkit-margin-end:2em;
+ float:left;
+ margin-inline-end:2em;
+ margin-inline-start:0;
+}
+
+.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{
+ -webkit-margin-start:auto;
+ -webkit-margin-end:auto;
+ margin-inline-end:auto;
+ margin-inline-start:auto;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/post-template/style.min.css b/wp-includes/blocks/post-template/style.min.css
new file mode 100644
index 0000000..d1f6d76
--- /dev/null
+++ b/wp-includes/blocks/post-template/style.min.css
@@ -0,0 +1 @@
+.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{-webkit-margin-start:2em;-webkit-margin-end:0;float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{-webkit-margin-start:0;-webkit-margin-end:2em;float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{-webkit-margin-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-inline-start:auto} \ No newline at end of file