home/fshjisk/zrparis/wp-includes/blocks/latest-comments/block.json 0000666 00000001033 15141317637 0021453 0 ustar 00 {
"apiVersion": 2,
"name": "core/latest-comments",
"category": "widgets",
"attributes": {
"commentsToShow": {
"type": "number",
"default": 5,
"minimum": 1,
"maximum": 100
},
"displayAvatar": {
"type": "boolean",
"default": true
},
"displayDate": {
"type": "boolean",
"default": true
},
"displayExcerpt": {
"type": "boolean",
"default": true
}
},
"supports": {
"align": true,
"html": false
},
"editorStyle": "wp-block-latest-comments-editor",
"style": "wp-block-latest-comments"
}
home/fshjisk/zrparis/wp-includes/blocks/text-columns/block.json 0000666 00000001032 15141322050 0020756 0 ustar 00 {
"apiVersion": 2,
"name": "core/text-columns",
"icon": "columns",
"category": "design",
"attributes": {
"content": {
"type": "array",
"source": "query",
"selector": "p",
"query": {
"children": {
"type": "string",
"source": "html"
}
},
"default": [
{},
{}
]
},
"columns": {
"type": "number",
"default": 2
},
"width": {
"type": "string"
}
},
"supports": {
"inserter": false
},
"editorStyle": "wp-block-text-columns-editor",
"style": "wp-block-text-columns"
}
home/fshjisk/zrparis/wp-includes/blocks/shortcode/block.json 0000666 00000000430 15141322063 0020313 0 ustar 00 {
"apiVersion": 2,
"name": "core/shortcode",
"category": "widgets",
"attributes": {
"text": {
"type": "string",
"source": "html"
}
},
"supports": {
"className": false,
"customClassName": false,
"html": false
},
"editorStyle": "wp-block-shortcode-editor"
}
home/fshjisk/zrparis/wp-includes/blocks/social-links/block.json 0000666 00000001476 15141322215 0020723 0 ustar 00 {
"apiVersion": 2,
"name": "core/social-links",
"category": "widgets",
"attributes": {
"iconColor": {
"type": "string"
},
"customIconColor": {
"type": "string"
},
"iconColorValue": {
"type": "string"
},
"iconBackgroundColor": {
"type": "string"
},
"customIconBackgroundColor": {
"type": "string"
},
"iconBackgroundColorValue": {
"type": "string"
},
"openInNewTab": {
"type": "boolean",
"default": false
},
"size": {
"type": "string"
}
},
"providesContext": {
"openInNewTab": "openInNewTab",
"iconColorValue": "iconColorValue",
"iconBackgroundColorValue": "iconBackgroundColorValue"
},
"supports": {
"align": [
"left",
"center",
"right"
],
"anchor": true
},
"editorStyle": "wp-block-social-links-editor",
"style": "wp-block-social-links"
}
home/fshjisk/zrparis/wp-includes/blocks/pullquote/block.json 0000666 00000001220 15141322217 0020352 0 ustar 00 {
"apiVersion": 2,
"name": "core/pullquote",
"category": "text",
"attributes": {
"value": {
"type": "string",
"source": "html",
"selector": "blockquote",
"multiline": "p"
},
"citation": {
"type": "string",
"source": "html",
"selector": "cite",
"default": ""
},
"mainColor": {
"type": "string"
},
"customMainColor": {
"type": "string"
},
"textColor": {
"type": "string"
},
"customTextColor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"align": [
"left",
"right",
"wide",
"full"
]
},
"editorStyle": "wp-block-pullquote-editor",
"style": "wp-block-pullquote"
}
home/fshjisk/zrparis/wp-includes/blocks/paragraph/block.json 0000666 00000001267 15141322221 0020273 0 ustar 00 {
"apiVersion": 2,
"name": "core/paragraph",
"category": "text",
"attributes": {
"align": {
"type": "string"
},
"content": {
"type": "string",
"source": "html",
"selector": "p",
"default": ""
},
"dropCap": {
"type": "boolean",
"default": false
},
"placeholder": {
"type": "string"
},
"direction": {
"type": "string",
"enum": [
"ltr",
"rtl"
]
}
},
"supports": {
"anchor": true,
"className": false,
"color": {
"link": true
},
"fontSize": true,
"lineHeight": true,
"__experimentalSelector": "p",
"__unstablePasteTextInline": true
},
"editorStyle": "wp-block-paragraph-editor",
"style": "wp-block-paragraph"
}
home/fshjisk/zrparis/wp-includes/blocks/tag-cloud/block.json 0000666 00000000504 15141322233 0020201 0 ustar 00 {
"apiVersion": 2,
"name": "core/tag-cloud",
"category": "widgets",
"attributes": {
"taxonomy": {
"type": "string",
"default": "post_tag"
},
"showTagCounts": {
"type": "boolean",
"default": false
}
},
"supports": {
"html": false,
"align": true
},
"editorStyle": "wp-block-tag-cloud-editor"
}
home/fshjisk/zrparis/wp-includes/blocks/preformatted/block.json 0000666 00000000505 15141322503 0021017 0 ustar 00 {
"apiVersion": 2,
"name": "core/preformatted",
"category": "text",
"attributes": {
"content": {
"type": "string",
"source": "html",
"selector": "pre",
"default": "",
"__unstablePreserveWhiteSpace": true
}
},
"supports": {
"anchor": true,
"fontSize": true
},
"style": "wp-block-preformatted"
}
home/fshjisk/zrparis/wp-includes/blocks/search/block.json 0000666 00000001236 15141322505 0017574 0 ustar 00 {
"apiVersion": 2,
"name": "core/search",
"category": "widgets",
"attributes": {
"label": {
"type": "string"
},
"showLabel": {
"type": "boolean",
"default": true
},
"placeholder": {
"type": "string",
"default": ""
},
"width": {
"type": "number"
},
"widthUnit": {
"type": "string"
},
"buttonText": {
"type": "string"
},
"buttonPosition": {
"type": "string",
"default": "button-outside"
},
"buttonUseIcon": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": [ "left", "center", "right" ],
"html": false
},
"editorStyle": "wp-block-search-editor",
"style": "wp-block-search"
}
home/fshjisk/zrparis/wp-includes/blocks/latest-posts/block.json 0000666 00000002751 15141322776 0021006 0 ustar 00 {
"apiVersion": 2,
"name": "core/latest-posts",
"category": "widgets",
"attributes": {
"categories": {
"type": "array",
"items": {
"type": "object"
}
},
"selectedAuthor": {
"type": "number"
},
"postsToShow": {
"type": "number",
"default": 5
},
"displayPostContent": {
"type": "boolean",
"default": false
},
"displayPostContentRadio": {
"type": "string",
"default": "excerpt"
},
"excerptLength": {
"type": "number",
"default": 55
},
"displayAuthor": {
"type": "boolean",
"default": false
},
"displayPostDate": {
"type": "boolean",
"default": false
},
"postLayout": {
"type": "string",
"default": "list"
},
"columns": {
"type": "number",
"default": 3
},
"order": {
"type": "string",
"default": "desc"
},
"orderBy": {
"type": "string",
"default": "date"
},
"displayFeaturedImage": {
"type": "boolean",
"default": false
},
"featuredImageAlign": {
"type": "string",
"enum": [
"left",
"center",
"right"
]
},
"featuredImageSizeSlug": {
"type": "string",
"default": "thumbnail"
},
"featuredImageSizeWidth": {
"type": "number",
"default": null
},
"featuredImageSizeHeight": {
"type": "number",
"default": null
},
"addLinkToFeaturedImage": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": true,
"html": false
},
"editorStyle": "wp-block-latest-posts-editor",
"style": "wp-block-latest-posts"
}
home/fshjisk/zrparis/wp-includes/blocks/separator/block.json 0000666 00000000503 15141323011 0020314 0 ustar 00 {
"apiVersion": 2,
"name": "core/separator",
"category": "design",
"attributes": {
"color": {
"type": "string"
},
"customColor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"align": ["center","wide","full"]
},
"editorStyle": "wp-block-separator-editor",
"style": "wp-block-separator"
}
home/fshjisk/zrparis/wp-includes/blocks/quote/block.json 0000666 00000000712 15141323257 0017467 0 ustar 00 {
"apiVersion": 2,
"name": "core/quote",
"category": "text",
"attributes": {
"value": {
"type": "string",
"source": "html",
"selector": "blockquote",
"multiline": "p",
"default": ""
},
"citation": {
"type": "string",
"source": "html",
"selector": "cite",
"default": ""
},
"align": {
"type": "string"
}
},
"supports": {
"anchor": true
},
"editorStyle": "wp-block-quote-editor",
"style": "wp-block-quote"
}
home/fshjisk/zrparis/wp-includes/blocks/subhead/block.json 0000666 00000000523 15141323422 0017737 0 ustar 00 {
"apiVersion": 2,
"name": "core/subhead",
"category": "text",
"attributes": {
"align": {
"type": "string"
},
"content": {
"type": "string",
"source": "html",
"selector": "p"
}
},
"supports": {
"inserter": false,
"multiple": false
},
"editorStyle": "wp-block-subhead-editor",
"style": "wp-block-subhead"
}
home/fshjisk/zrparis/wp-includes/blocks/column/block.json 0000666 00000000507 15141323432 0017624 0 ustar 00 {
"apiVersion": 2,
"name": "core/column",
"category": "text",
"parent": [
"core/columns"
],
"attributes": {
"verticalAlignment": {
"type": "string"
},
"width": {
"type": "string"
},
"templateLock": {
"type": "string"
}
},
"supports": {
"anchor": true,
"reusable": false,
"html": false
}
}
home/fshjisk/zrparis/wp-includes/blocks/button/block.json 0000666 00000002176 15141323452 0017650 0 ustar 00 {
"apiVersion": 2,
"name": "core/button",
"category": "design",
"parent": [
"core/buttons"
],
"attributes": {
"url": {
"type": "string",
"source": "attribute",
"selector": "a",
"attribute": "href"
},
"title": {
"type": "string",
"source": "attribute",
"selector": "a",
"attribute": "title"
},
"text": {
"type": "string",
"source": "html",
"selector": "a"
},
"linkTarget": {
"type": "string",
"source": "attribute",
"selector": "a",
"attribute": "target"
},
"rel": {
"type": "string",
"source": "attribute",
"selector": "a",
"attribute": "rel"
},
"placeholder": {
"type": "string"
},
"borderRadius": {
"type": "number"
},
"style": {
"type": "object"
},
"backgroundColor": {
"type": "string"
},
"textColor": {
"type": "string"
},
"gradient": {
"type": "string"
},
"width": {
"type": "number"
}
},
"supports": {
"anchor": true,
"align": true,
"alignWide": false,
"reusable": false,
"__experimentalSelector": ".wp-block-button > a"
},
"editorStyle": "wp-block-button-editor",
"style": "wp-block-button"
}
home/fshjisk/zrparis/wp-includes/blocks/social-link/block.json 0000666 00000000667 15141323575 0020553 0 ustar 00 {
"apiVersion": 2,
"name": "core/social-link",
"category": "widgets",
"parent": [
"core/social-links"
],
"attributes": {
"url": {
"type": "string"
},
"service": {
"type": "string"
},
"label": {
"type": "string"
}
},
"usesContext": [
"openInNewTab",
"iconColorValue",
"iconBackgroundColorValue"
],
"supports": {
"reusable": false,
"html": false
},
"editorStyle": "wp-block-social-link-editor"
}
home/fshjisk/zrparis/wp-includes/blocks/spacer/block.json 0000666 00000000375 15141323647 0017617 0 ustar 00 {
"apiVersion": 2,
"name": "core/spacer",
"category": "design",
"attributes": {
"height": {
"type": "number",
"default": 100
}
},
"supports": {
"anchor": true
},
"editorStyle": "wp-block-spacer-editor",
"style": "wp-block-spacer"
}
home/fshjisk/zrparis/wp-includes/blocks/rss/block.json 0000666 00000001310 15141323666 0017140 0 ustar 00 {
"apiVersion": 2,
"name": "core/rss",
"category": "widgets",
"attributes": {
"columns": {
"type": "number",
"default": 2
},
"blockLayout": {
"type": "string",
"default": "list"
},
"feedURL": {
"type": "string",
"default": ""
},
"itemsToShow": {
"type": "number",
"default": 5
},
"displayExcerpt": {
"type": "boolean",
"default": false
},
"displayAuthor": {
"type": "boolean",
"default": false
},
"displayDate": {
"type": "boolean",
"default": false
},
"excerptLength": {
"type": "number",
"default": 55
}
},
"supports": {
"align": true,
"html": false
},
"editorStyle": "wp-block-rss-editor",
"style": "wp-block-rss"
}
home/fshjisk/zrparis/wp-includes/blocks/archives/block.json 0000666 00000000510 15141323741 0020130 0 ustar 00 {
"apiVersion": 2,
"name": "core/archives",
"category": "widgets",
"attributes": {
"displayAsDropdown": {
"type": "boolean",
"default": false
},
"showPostCounts": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": true,
"html": false
},
"editorStyle": "wp-block-archives-editor"
}
home/fshjisk/zrparis/wp-includes/blocks/missing/block.json 0000666 00000000603 15141323743 0020002 0 ustar 00 {
"apiVersion": 2,
"name": "core/missing",
"category": "text",
"attributes": {
"originalName": {
"type": "string"
},
"originalUndelimitedContent": {
"type": "string"
},
"originalContent": {
"type": "string",
"source": "html"
}
},
"supports": {
"className": false,
"customClassName": false,
"inserter": false,
"html": false,
"reusable": false
}
}
home/fshjisk/zrparis/wp-includes/blocks/heading/block.json 0000666 00000002462 15141323745 0017737 0 ustar 00 {
"apiVersion": 2,
"name": "core/heading",
"category": "text",
"attributes": {
"textAlign": {
"type": "string"
},
"content": {
"type": "string",
"source": "html",
"selector": "h1,h2,h3,h4,h5,h6",
"default": ""
},
"level": {
"type": "number",
"default": 2
},
"placeholder": {
"type": "string"
}
},
"supports": {
"align": [ "wide", "full" ],
"anchor": true,
"className": false,
"color": {
"link": true
},
"fontSize": true,
"lineHeight": true,
"__experimentalSelector": {
"core/heading/h1": {
"selector": "h1",
"title": "h1",
"attributes": {
"level": 1
}
},
"core/heading/h2": {
"selector": "h2",
"title": "h2",
"attributes": {
"level": 2
}
},
"core/heading/h3": {
"selector": "h3",
"title": "h3",
"attributes": {
"level": 3
}
},
"core/heading/h4": {
"selector": "h4",
"title": "h4",
"attributes": {
"level": 4
}
},
"core/heading/h5": {
"selector": "h5",
"title": "h5",
"attributes": {
"level": 5
}
},
"core/heading/h6": {
"selector": "h6",
"title": "h6",
"attributes": {
"level": 6
}
}
},
"__unstablePasteTextInline": true
},
"editorStyle": "wp-block-heading-editor",
"style": "wp-block-heading"
}
home/fshjisk/zrparis/wp-includes/blocks/media-text/block.json 0000666 00000003175 15141323754 0020403 0 ustar 00 {
"apiVersion": 2,
"name": "core/media-text",
"category": "media",
"attributes": {
"align": {
"type": "string",
"default": "wide"
},
"mediaAlt": {
"type": "string",
"source": "attribute",
"selector": "figure img",
"attribute": "alt",
"default": ""
},
"mediaPosition": {
"type": "string",
"default": "left"
},
"mediaId": {
"type": "number"
},
"mediaUrl": {
"type": "string",
"source": "attribute",
"selector": "figure video,figure img",
"attribute": "src"
},
"mediaLink": {
"type": "string"
},
"linkDestination": {
"type": "string"
},
"linkTarget": {
"type": "string",
"source": "attribute",
"selector": "figure a",
"attribute": "target"
},
"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"
},
"mediaType": {
"type": "string"
},
"mediaWidth": {
"type": "number",
"default": 50
},
"mediaSizeSlug": {
"type": "string"
},
"isStackedOnMobile": {
"type": "boolean",
"default": true
},
"verticalAlignment": {
"type": "string"
},
"imageFill": {
"type": "boolean"
},
"focalPoint": {
"type": "object"
}
},
"supports": {
"anchor": true,
"align": [ "wide", "full" ],
"html": false,
"color": {
"gradients": true,
"link": true
}
},
"editorStyle": "wp-block-media-text-editor",
"style": "wp-block-media-text"
}
home/fshjisk/zrparis/wp-includes/blocks/freeform/block.json 0000666 00000000432 15141564572 0020145 0 ustar 00 {
"apiVersion": 2,
"name": "core/freeform",
"category": "text",
"attributes": {
"content": {
"type": "string",
"source": "html"
}
},
"supports": {
"className": false,
"customClassName": false,
"reusable": false
},
"editorStyle": "wp-block-freeform-editor"
}
Back to Directory