panel : menu latéral + blueprint about/infos + template infos
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1a87b30e48
commit
c3584a9377
6 changed files with 38 additions and 1 deletions
|
|
@ -1,4 +1,14 @@
|
|||
title: À propos
|
||||
image:
|
||||
back: black
|
||||
color: white
|
||||
icon: megaphone
|
||||
options:
|
||||
move: false
|
||||
duplicate: false
|
||||
delete: false
|
||||
changeStatus: false
|
||||
changeSlug: false
|
||||
|
||||
tabs:
|
||||
content:
|
||||
|
|
|
|||
11
site/blueprints/pages/infos.yml
Normal file
11
site/blueprints/pages/infos.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
title: Infos
|
||||
image:
|
||||
back: black
|
||||
color: white
|
||||
icon: email
|
||||
options:
|
||||
move: false
|
||||
duplicate: false
|
||||
delete: false
|
||||
changeStatus: false
|
||||
changeSlug: false
|
||||
|
|
@ -24,4 +24,4 @@ tabs:
|
|||
label: Pages infos
|
||||
type: pages
|
||||
create: false
|
||||
query: site.find('compagnie', 'infos')
|
||||
query: site.find('a-propos', 'infos')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue