Remove tabs from main panel page

This commit is contained in:
Paul Nicoué 2025-05-08 17:40:25 +02:00
parent 00b2118e2c
commit 75970bc41e
6 changed files with 18 additions and 31 deletions

View file

@ -1,20 +1,7 @@
type: fields type: fields
fields: fields:
meta_description: seo_line:
label: type: line
en: Meta description
fr: Méta description
type: textarea
size: small
buttons: false
required: true
help:
en: "Short description of the page displayed by search engines and social networks (recommended maximum length: 160 characters)."
fr: "Courte description du site web affichée par les moteurs de recherche et les réseaux sociaux (taille maximale conseillée : 160 caractères)."
width: 3/4
seo_gap:
type: gap
width: 1/4
meta_image: meta_image:
label: label:
en: Meta image en: Meta image
@ -34,6 +21,18 @@ fields:
en: "Image displayed by social networks (format: JPEG or PNG)." en: "Image displayed by social networks (format: JPEG or PNG)."
fr: "Image affichée par les réseaux sociaux (format : JPEG ou PNG)." fr: "Image affichée par les réseaux sociaux (format : JPEG ou PNG)."
width: 1/4 width: 1/4
meta_description:
label:
en: Meta description
fr: Méta description
type: textarea
size: small
buttons: false
required: true
help:
en: "Short description of the page displayed by search engines and social networks (recommended maximum length: 160 characters)."
fr: "Courte description du site web affichée par les moteurs de recherche et les réseaux sociaux (taille maximale conseillée : 160 caractères)."
width: 3/4
# Hidden fields # Hidden fields
og_type: og_type:
type: hidden type: hidden

View file

@ -1,6 +1,7 @@
title: title:
en: Website en: Website
fr: Site web fr: Site web
tabs: sections:
content: tabs/site_content gallery: sections/site_gallery
seo: tabs/site_seo contact: sections/site_contact
seo_basic_meta: sections/site_seo

View file

@ -1,7 +0,0 @@
label:
en: Content
fr: Contenu
icon: text
sections:
gallery: sections/site_content_gallery
contact: sections/site_content_contact

View file

@ -1,6 +0,0 @@
label:
en: SEO
fr: Référencement
icon: search
sections:
seo_basic_meta: sections/site_seo_metadata