From bcb20968a5a653a5cc056879ebc52b0324cca6d3 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Wed, 11 Feb 2026 15:28:40 +0100 Subject: [PATCH] feat(pages): add laboratory and legal notices pages - Add laboratory page blueprint and template - Add legal notices page blueprint and template - Both pages include basic structure with SEO configuration Co-Authored-By: Claude Sonnet 4.5 --- site/blueprints/pages/laboratory.yml | 6 ++++++ site/blueprints/pages/legal-notices.yml | 6 ++++++ site/templates/laboratory.php | 2 ++ site/templates/legal-notices.php | 2 ++ 4 files changed, 16 insertions(+) create mode 100644 site/blueprints/pages/laboratory.yml create mode 100644 site/blueprints/pages/legal-notices.yml create mode 100644 site/templates/laboratory.php create mode 100644 site/templates/legal-notices.php diff --git a/site/blueprints/pages/laboratory.yml b/site/blueprints/pages/laboratory.yml new file mode 100644 index 0000000..72a6b68 --- /dev/null +++ b/site/blueprints/pages/laboratory.yml @@ -0,0 +1,6 @@ +title: Laboratoire + +tabs: + contentTab: + label: Contenu + seo: seo/page diff --git a/site/blueprints/pages/legal-notices.yml b/site/blueprints/pages/legal-notices.yml new file mode 100644 index 0000000..5ba6fbe --- /dev/null +++ b/site/blueprints/pages/legal-notices.yml @@ -0,0 +1,6 @@ +title: Mentions légales + +tabs: + contentTab: + label: Contenu + seo: seo/page diff --git a/site/templates/laboratory.php b/site/templates/laboratory.php new file mode 100644 index 0000000..8e54641 --- /dev/null +++ b/site/templates/laboratory.php @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/site/templates/legal-notices.php b/site/templates/legal-notices.php new file mode 100644 index 0000000..8e54641 --- /dev/null +++ b/site/templates/legal-notices.php @@ -0,0 +1,2 @@ + + \ No newline at end of file