Файловый менеджер - Редактировать - /home/barghamad/public_html/wp-includes/widgets/block.json.tar
Назад
home/barghamad/public_html/wp-includes/blocks/block/block.json 0000644 00000000660 15060247156 0020502 0 ustar 00 { "apiVersion": 2, "name": "core/block", "title": "Reusable block", "category": "reusable", "description": "Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.", "textdomain": "default", "attributes": { "ref": { "type": "number" } }, "supports": { "customClassName": false, "html": false, "inserter": false }, "editorStyle": "wp-block-editor" } home/barghamad/public_html/wp-includes/blocks/image/block.json 0000644 00000003354 15060247404 0020471 0 ustar 00 { "apiVersion": 2, "name": "core/image", "title": "Image", "category": "media", "description": "Insert an image to make a visual statement.", "keywords": [ "img", "photo", "picture" ], "textdomain": "default", "attributes": { "align": { "type": "string" }, "url": { "type": "string", "source": "attribute", "selector": "img", "attribute": "src" }, "alt": { "type": "string", "source": "attribute", "selector": "img", "attribute": "alt", "default": "" }, "caption": { "type": "string", "source": "html", "selector": "figcaption" }, "title": { "type": "string", "source": "attribute", "selector": "img", "attribute": "title" }, "href": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "href" }, "rel": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "rel" }, "linkClass": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "class" }, "id": { "type": "number" }, "width": { "type": "number" }, "height": { "type": "number" }, "sizeSlug": { "type": "string" }, "linkDestination": { "type": "string" }, "linkTarget": { "type": "string", "source": "attribute", "selector": "figure > a", "attribute": "target" } }, "supports": { "anchor": true, "color": { "__experimentalDuotone": "img", "text": false, "background": false }, "__experimentalBorder": { "radius": true } }, "styles": [ { "name": "default", "label": "Default", "isDefault": true }, { "name": "rounded", "label": "Rounded" } ], "editorStyle": "wp-block-image-editor", "style": "wp-block-image" } home/barghamad/public_html/wp-includes/blocks/more/block.json 0000644 00000000775 15060254304 0020352 0 ustar 00 { "apiVersion": 2, "name": "core/more", "title": "More", "category": "design", "description": "Content before this block will be shown in the excerpt on your archives page.", "keywords": [ "read more" ], "textdomain": "default", "attributes": { "customText": { "type": "string" }, "noTeaser": { "type": "boolean", "default": false } }, "supports": { "customClassName": false, "className": false, "html": false, "multiple": false }, "editorStyle": "wp-block-more-editor" } home/barghamad/public_html/wp-includes/blocks/list/block.json 0000644 00000002016 15060254325 0020354 0 ustar 00 { "apiVersion": 2, "name": "core/list", "title": "List", "category": "text", "description": "Create a bulleted or numbered list.", "keywords": [ "bullet list", "ordered list", "numbered list" ], "textdomain": "default", "attributes": { "ordered": { "type": "boolean", "default": false, "__experimentalRole": "content" }, "values": { "type": "string", "source": "html", "selector": "ol,ul", "multiline": "li", "__unstableMultilineWrapperTags": [ "ol", "ul" ], "default": "", "__experimentalRole": "content" }, "type": { "type": "string" }, "start": { "type": "number" }, "reversed": { "type": "boolean" }, "placeholder": { "type": "string" } }, "supports": { "anchor": true, "className": false, "typography": { "fontSize": true, "__experimentalFontFamily": true }, "color": { "gradients": true }, "__unstablePasteTextInline": true, "__experimentalSelector": "ol,ul" }, "editorStyle": "wp-block-list-editor", "style": "wp-block-list" } home/barghamad/public_html/wp-includes/blocks/spacer/block.json 0000644 00000000700 15060254326 0020655 0 ustar 00 { "apiVersion": 2, "name": "core/spacer", "title": "Spacer", "category": "design", "description": "Add white space between blocks and customize its height.", "textdomain": "default", "attributes": { "height": { "type": "number", "default": 100 }, "width": { "type": "number" } }, "usesContext": [ "orientation" ], "supports": { "anchor": true }, "editorStyle": "wp-block-spacer-editor", "style": "wp-block-spacer" } home/barghamad/public_html/wp-includes/blocks/archives/block.json 0000644 00000000664 15060254545 0021220 0 ustar 00 { "apiVersion": 2, "name": "core/archives", "title": "Archives", "category": "widgets", "description": "Display a monthly archive of your posts.", "textdomain": "default", "attributes": { "displayAsDropdown": { "type": "boolean", "default": false }, "showPostCounts": { "type": "boolean", "default": false } }, "supports": { "align": true, "html": false }, "editorStyle": "wp-block-archives-editor" } home/barghamad/public_html/wp-includes/blocks/columns/block.json 0000644 00000001010 15060266207 0021054 0 ustar 00 { "apiVersion": 2, "name": "core/columns", "title": "Columns", "category": "design", "description": "Add a block that displays content in multiple columns, then add whatever content blocks you’d like.", "textdomain": "default", "attributes": { "verticalAlignment": { "type": "string" } }, "supports": { "anchor": true, "align": [ "wide", "full" ], "html": false, "color": { "gradients": true, "link": true } }, "editorStyle": "wp-block-columns-editor", "style": "wp-block-columns" } home/barghamad/public_html/wp-includes/blocks/search/block.json 0000644 00000001744 15060267634 0020664 0 ustar 00 { "apiVersion": 2, "name": "core/search", "title": "Search", "category": "widgets", "description": "Help visitors find your content.", "keywords": [ "find" ], "textdomain": "default", "attributes": { "label": { "type": "string", "__experimentalRole": "content" }, "showLabel": { "type": "boolean", "default": true }, "placeholder": { "type": "string", "default": "", "__experimentalRole": "content" }, "width": { "type": "number" }, "widthUnit": { "type": "string" }, "buttonText": { "type": "string", "__experimentalRole": "content" }, "buttonPosition": { "type": "string", "default": "button-outside" }, "buttonUseIcon": { "type": "boolean", "default": false } }, "supports": { "align": [ "left", "center", "right" ], "__experimentalBorder": { "radius": true, "__experimentalSkipSerialization": true }, "html": false }, "editorStyle": "wp-block-search-editor", "style": "wp-block-search" } home/barghamad/public_html/wp-includes/blocks/freeform/block.json 0000644 00000000576 15060270111 0021206 0 ustar 00 { "apiVersion": 2, "name": "core/freeform", "title": "Classic", "category": "text", "description": "Use the classic WordPress editor.", "textdomain": "default", "attributes": { "content": { "type": "string", "source": "html" } }, "supports": { "className": false, "customClassName": false, "reusable": false }, "editorStyle": "wp-block-freeform-editor" } home/barghamad/public_html/wp-includes/blocks/verse/block.json 0000644 00000001356 15060270113 0020524 0 ustar 00 { "apiVersion": 2, "name": "core/verse", "title": "Verse", "category": "text", "description": "Insert poetry. Use special spacing formats. Or quote song lyrics.", "keywords": [ "poetry", "poem" ], "textdomain": "default", "attributes": { "content": { "type": "string", "source": "html", "selector": "pre", "default": "", "__unstablePreserveWhiteSpace": true, "__experimentalRole": "content" }, "textAlign": { "type": "string" } }, "supports": { "anchor": true, "color": { "gradients": true, "link": true }, "typography": { "fontSize": true, "__experimentalFontFamily": true }, "spacing": { "padding": true } }, "style": "wp-block-verse", "editorStyle": "wp-block-verse-editor" } home/barghamad/public_html/wp-includes/blocks/audio/block.json 0000644 00000001657 15060270126 0020511 0 ustar 00 { "apiVersion": 2, "name": "core/audio", "title": "Audio", "category": "media", "description": "Embed a simple audio player.", "keywords": [ "music", "sound", "podcast", "recording" ], "textdomain": "default", "attributes": { "src": { "type": "string", "source": "attribute", "selector": "audio", "attribute": "src" }, "caption": { "type": "string", "source": "html", "selector": "figcaption" }, "id": { "type": "number" }, "autoplay": { "type": "boolean", "source": "attribute", "selector": "audio", "attribute": "autoplay" }, "loop": { "type": "boolean", "source": "attribute", "selector": "audio", "attribute": "loop" }, "preload": { "type": "string", "source": "attribute", "selector": "audio", "attribute": "preload" } }, "supports": { "anchor": true, "align": true }, "editorStyle": "wp-block-audio-editor", "style": "wp-block-audio" } home/barghamad/public_html/wp-includes/blocks/heading/block.json 0000644 00000001740 15060270237 0021003 0 ustar 00 { "apiVersion": 2, "name": "core/heading", "title": "Heading", "category": "text", "description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.", "keywords": [ "title", "subtitle" ], "textdomain": "default", "attributes": { "textAlign": { "type": "string" }, "content": { "type": "string", "source": "html", "selector": "h1,h2,h3,h4,h5,h6", "default": "", "__experimentalRole": "content" }, "level": { "type": "number", "default": 2 }, "placeholder": { "type": "string" } }, "supports": { "align": [ "wide", "full" ], "anchor": true, "className": false, "color": { "link": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontWeight": true }, "__experimentalSelector": "h1,h2,h3,h4,h5,h6", "__unstablePasteTextInline": true }, "editorStyle": "wp-block-heading-editor", "style": "wp-block-heading" } home/barghamad/public_html/wp-includes/blocks/page-list/block.json 0000644 00000001000 15060270305 0021252 0 ustar 00 { "apiVersion": 2, "name": "core/page-list", "title": "Page List", "category": "widgets", "description": "Display a list of all pages.", "keywords": [ "menu", "navigation" ], "textdomain": "default", "usesContext": [ "textColor", "customTextColor", "backgroundColor", "customBackgroundColor", "fontSize", "customFontSize", "showSubmenuIcon", "style" ], "supports": { "reusable": false, "html": false }, "editorStyle": "wp-block-page-list-editor", "style": "wp-block-page-list" } home/barghamad/public_html/wp-includes/blocks/post-template/block.json 0000644 00000001051 15060270417 0022175 0 ustar 00 { "apiVersion": 2, "name": "core/post-template", "title": "Post Template", "category": "design", "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" ], "supports": { "reusable": false, "html": false, "align": true }, "style": "wp-block-post-template", "editorStyle": "wp-block-post-template-editor" }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка