@pamtbaau:
So do we, because you’re not sharing much…
Sorry ! I'm a bit new to Grav, so i'm not sure what to share. 😓 At first I though that maybe I was a known issue, but it seems not.
If I remember well, I use devtool and chose the pure-blank theme. I named it the way I wanted, then, I erased all default blueprints and make mine.
Here is the full code of the buggy blueprint :
title: Paragraphe
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
type: tab
fields:
header.titreParagraphe:
type: text
label: Titre Paragraphe
header.paragraphe:
type: editor
label: Paragraphe
header.centrage:
type: toggle
toggleable: true
label: "Centrer texte"
highlight: 1
default: 0
options:
1: Yes
0: No
validate:
type: bool
header.menu:
type: toggle
toggleable: true
label: "Insérer dans le menu"
highlight: 1
default: 0
options:
1: Yes
0: No
validate:
type: bool
header.titremenu:
type: text
label: Titre Menu
And an image of the structure of the theme "Partisan" I made :

There's no .html.twig template associate with blueprint because it's a one-pager and all is happening in the default.html.twig
Here's is the complete .md of a page that display the "1" title:
---
title: 'Pains et Poncifs'
titreParagraphe: Regard
paragraphe: "Comparer [blablabla cuted text blablabla] subjective."
menu: true
titremenu: Regard
---
What can I share that would also help ?
Thanks everyone for taking time for this issue :no_mouth: