REBUILDING
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-12-11 15:34:42 +01:00
parent 342aef24c3
commit 2205302048

View File

@ -51,91 +51,6 @@ return array(
'viewScript' => 'file:./view.js', 'viewScript' => 'file:./view.js',
'render' => 'file:./render.php' '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( 'interview' => array(
'$schema' => 'https://schemas.wp.org/trunk/block.json', '$schema' => 'https://schemas.wp.org/trunk/block.json',
'apiVersion' => 3, 'apiVersion' => 3,
@ -231,5 +146,69 @@ return array(
'default' => '' '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'
) )
); );