first commit

This commit is contained in:
Manish
2024-04-18 15:32:23 +05:45
commit 7c93c87c53
3952 changed files with 1924754 additions and 0 deletions

View File

@ -0,0 +1,56 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "core/archives",
"title": "Archives",
"category": "widgets",
"description": "Display a date archive of your posts.",
"textdomain": "default",
"attributes": {
"displayAsDropdown": {
"type": "boolean",
"default": false
},
"showLabel": {
"type": "boolean",
"default": true
},
"showPostCounts": {
"type": "boolean",
"default": false
},
"type": {
"type": "string",
"default": "monthly"
}
},
"supports": {
"align": true,
"html": false,
"spacing": {
"margin": true,
"padding": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"interactivity": {
"clientNavigation": true
}
},
"editorStyle": "wp-block-archives-editor"
}

View File

@ -0,0 +1,3 @@
ul.wp-block-archives{
padding-right:2.5em;
}

View File

@ -0,0 +1 @@
ul.wp-block-archives{padding-right:2.5em}

View File

@ -0,0 +1,3 @@
ul.wp-block-archives{
padding-left:2.5em;
}

View File

@ -0,0 +1 @@
ul.wp-block-archives{padding-left:2.5em}

View File

@ -0,0 +1,7 @@
.wp-block-archives{
box-sizing:border-box;
}
.wp-block-archives-dropdown label{
display:block;
}

View File

@ -0,0 +1 @@
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}

View File

@ -0,0 +1,7 @@
.wp-block-archives{
box-sizing:border-box;
}
.wp-block-archives-dropdown label{
display:block;
}

View File

@ -0,0 +1 @@
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}