diff --git a/plugins/dynamiques-blocks/build/blocks-manifest.php b/plugins/dynamiques-blocks/build/blocks-manifest.php index c7c6608..71737cc 100644 --- a/plugins/dynamiques-blocks/build/blocks-manifest.php +++ b/plugins/dynamiques-blocks/build/blocks-manifest.php @@ -51,91 +51,6 @@ return array( 'viewScript' => 'file:./view.js', 'render' => 'file:./render.php' ), - 'front-header' => array( - '$schema' => 'https://schemas.wp.org/trunk/block.json', - 'apiVersion' => 3, - 'name' => 'front-header/front-header', - 'version' => '0.1.0', - 'title' => 'Header', - 'category' => 'carhop-blocks', - 'icon' => 'smiley', - 'description' => 'Example block scaffolded with Create Block tool.', - 'example' => array( - - ), - 'supports' => array( - 'html' => false - ), - 'textdomain' => 'front-header', - 'editorScript' => 'file:./index.js', - 'editorStyle' => 'file:./index.css', - 'style' => 'file:./style-index.css', - 'viewScript' => 'file:./view.js' - ), - 'nos-recommandations' => array( - '$schema' => 'https://schemas.wp.org/trunk/block.json', - 'apiVersion' => 3, - 'name' => 'dynamiques-blocks/nos-recommandations', - 'version' => '0.1.0', - 'title' => 'Recommandations', - 'category' => 'dynamiques-blocks', - 'icon' => 'smiley', - 'description' => 'Bloc pour afficher les recommandations sur la page d\'acceuil', - 'example' => array( - - ), - 'supports' => array( - 'html' => false - ), - 'textdomain' => 'nos-recommandations', - 'editorScript' => 'file:./index.js', - 'editorStyle' => 'file:./index.css', - 'style' => 'file:./style-index.css', - 'render' => 'file:./render.php' - ), - 'revues-precedentes' => array( - '$schema' => 'https://schemas.wp.org/trunk/block.json', - 'apiVersion' => 3, - 'name' => 'dynamiques-blocks/revues-precedentes', - 'version' => '0.1.0', - 'title' => 'Revues Precedentes', - 'category' => 'dynamiques-blocks', - 'icon' => 'smiley', - 'description' => 'Example block scaffolded with Create Block tool.', - 'example' => array( - - ), - 'supports' => array( - 'html' => false - ), - 'textdomain' => 'revues-precedentes', - 'editorScript' => 'file:./index.js', - 'editorStyle' => 'file:./index.css', - 'style' => 'file:./style-index.css', - 'viewScript' => 'file:./view.js', - 'render' => 'file:./render.php' - ), - 'sitemap' => array( - '$schema' => 'https://schemas.wp.org/trunk/block.json', - 'apiVersion' => 3, - 'name' => 'dynamiques-blocks/sitemap', - 'version' => '0.1.0', - 'title' => 'Sitemap', - 'category' => 'dynamiques-blocks', - 'icon' => 'smiley', - 'description' => 'Pour afficher une carte du site', - 'example' => array( - - ), - 'supports' => array( - 'html' => false - ), - 'textdomain' => 'sitemap', - 'editorScript' => 'file:./index.js', - 'editorStyle' => 'file:./index.css', - 'style' => 'file:./style-index.css', - 'render' => 'file:./render.php' - ), 'interview' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, @@ -231,5 +146,69 @@ return array( 'default' => '' ) ) + ), + 'nos-recommandations' => array( + '$schema' => 'https://schemas.wp.org/trunk/block.json', + 'apiVersion' => 3, + 'name' => 'dynamiques-blocks/nos-recommandations', + 'version' => '0.1.0', + 'title' => 'Recommandations', + 'category' => 'dynamiques-blocks', + 'icon' => 'smiley', + 'description' => 'Bloc pour afficher les recommandations sur la page d\'acceuil', + 'example' => array( + + ), + 'supports' => array( + 'html' => false + ), + 'textdomain' => 'nos-recommandations', + 'editorScript' => 'file:./index.js', + 'editorStyle' => 'file:./index.css', + 'style' => 'file:./style-index.css', + 'render' => 'file:./render.php' + ), + 'revues-precedentes' => array( + '$schema' => 'https://schemas.wp.org/trunk/block.json', + 'apiVersion' => 3, + 'name' => 'dynamiques-blocks/revues-precedentes', + 'version' => '0.1.0', + 'title' => 'Revues Precedentes', + 'category' => 'dynamiques-blocks', + 'icon' => 'smiley', + 'description' => 'Example block scaffolded with Create Block tool.', + 'example' => array( + + ), + 'supports' => array( + 'html' => false + ), + 'textdomain' => 'revues-precedentes', + 'editorScript' => 'file:./index.js', + 'editorStyle' => 'file:./index.css', + 'style' => 'file:./style-index.css', + 'viewScript' => 'file:./view.js', + 'render' => 'file:./render.php' + ), + 'sitemap' => array( + '$schema' => 'https://schemas.wp.org/trunk/block.json', + 'apiVersion' => 3, + 'name' => 'dynamiques-blocks/sitemap', + 'version' => '0.1.0', + 'title' => 'Sitemap', + 'category' => 'dynamiques-blocks', + 'icon' => 'smiley', + 'description' => 'Pour afficher une carte du site', + 'example' => array( + + ), + 'supports' => array( + 'html' => false + ), + 'textdomain' => 'sitemap', + 'editorScript' => 'file:./index.js', + 'editorStyle' => 'file:./index.css', + 'style' => 'file:./style-index.css', + 'render' => 'file:./render.php' ) );