array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'dynamiques-blocks/dernieres-dynamiques', 'version' => '0.1.0', 'title' => 'Dernieres Dynamiques', 'category' => 'dynamiques-blocks', 'icon' => 'smiley', 'description' => 'Example block scaffolded with Create Block tool.', 'example' => array( ), 'supports' => array( 'html' => false ), 'textdomain' => 'dernieres-dynamiques', 'editorScript' => 'file:./index.js', 'editorStyle' => 'file:./index.css', 'style' => 'file:./style-index.css', 'viewScript' => 'file:./view.js', 'render' => 'file:./render.php', 'attributes' => array( 'displayType' => array( 'type' => 'string', 'default' => 'grid' ) ) ), 'explore-tags' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'dynamiques-blocks/explore-tags', 'version' => '0.1.0', 'title' => 'Explore Tags', 'category' => 'dynamiques-blocks', 'icon' => 'smiley', 'description' => 'Example block scaffolded with Create Block tool.', 'example' => array( ), 'supports' => array( 'html' => false ), 'textdomain' => 'explore-tags', 'editorScript' => 'file:./index.js', 'editorStyle' => 'file:./index.css', 'style' => 'file:./style-index.css', '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, 'name' => 'dynamiques-blocks/interview', 'version' => '0.1.0', 'title' => 'Interview', 'category' => 'dynamiques-blocks', 'icon' => 'smiley', 'description' => 'Bloc de mise en forme d\'interview', 'example' => array( ), 'supports' => array( 'html' => false ), 'textdomain' => 'dynamiques-blocks', 'editorScript' => 'file:./index.js', 'editorStyle' => 'file:./index.css', 'style' => 'file:./style-index.css', 'viewScript' => 'file:./view.js', 'attributes' => array( 'interviewedPersonName' => array( 'type' => 'string', 'default' => 'Jean Dupont' ), 'interviewName' => array( 'type' => 'string', 'default' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.' ) ), 'providesContext' => array( 'dynamiques-blocks/interviewedPersonName' => 'interviewedPersonName' ) ), 'interview-answer' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'dynamiques-blocks/interview-answer', 'version' => '0.1.0', 'title' => 'Réponse', 'category' => 'widgets', 'icon' => 'smiley', 'description' => 'Bloc de réponse d\'interview', 'example' => array( ), 'parent' => array( 'dynamiques-blocks/interview' ), 'supports' => array( 'html' => false ), 'textdomain' => 'interview-answer', 'editorScript' => 'file:./index.js', 'editorStyle' => 'file:./index.css', 'style' => 'file:./style-index.css', 'render' => 'file:./render.php', 'attributes' => array( 'content' => array( 'type' => 'string', 'default' => '' ) ), 'usesContext' => array( 'dynamiques-blocks/interviewedPersonName' ) ), 'interview-question' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'dynamiques-blocks/interview-question', 'version' => '0.1.0', 'title' => 'Question', 'category' => 'widgets', 'icon' => 'smiley', 'description' => 'Bloc de question d\'interview', 'example' => array( ), 'parent' => array( 'dynamiques-blocks/interview' ), 'supports' => array( 'html' => false ), 'textdomain' => 'interview-question', 'editorScript' => 'file:./index.js', 'editorStyle' => 'file:./index.css', 'style' => 'file:./style-index.css', 'attributes' => array( 'content' => array( 'type' => 'string', 'default' => '' ) ) ) );