champs téléphone viré des donnée partagée, champs des champs structure rendu obligatoire, correction pour que seul les bon titre du panel soit en uppercase, assurer que la bonne image sera utilisé en image de prévisualisation dans jouer, portfolio, etc
This commit is contained in:
parent
e2a771feaa
commit
847cd588c2
7 changed files with 21 additions and 9 deletions
|
|
@ -89,13 +89,19 @@
|
|||
.k-header-title{
|
||||
font-family: var(--font-title);
|
||||
}
|
||||
.k-header-title-text{
|
||||
.k-panel[data-template="home"] .k-header-title-text, .k-panel[data-template="expertise"] .k-header-title-text,
|
||||
.k-panel[data-template="portfolio"] .k-header-title-text, .k-panel[data-template="jouer"] .k-header-title-text,
|
||||
.k-panel[data-template="about"] .k-header-title-text, .k-panel[data-template="blog"] .k-header-title-text{
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.k-header-title .k-icon{
|
||||
--icon-size: 28px;
|
||||
}
|
||||
|
||||
.k-text a{
|
||||
color: var(--color-green-perso);
|
||||
}
|
||||
|
||||
.k-block-container:not(:last-of-type) {
|
||||
border-bottom: 1px dashed var(--color-gray-600);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ tabs:
|
|||
max: 1
|
||||
layout: cards
|
||||
image:
|
||||
query: page.cover.toFile
|
||||
cover: true
|
||||
ratio: 16/9
|
||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
||||
|
|
@ -43,6 +44,7 @@ tabs:
|
|||
layout: cards
|
||||
size: full
|
||||
image:
|
||||
query: page.cover.toFile
|
||||
ratio: 16/9
|
||||
cover: true
|
||||
template: article
|
||||
|
|
|
|||
|
|
@ -85,10 +85,12 @@ columns:
|
|||
fields:
|
||||
link_label:
|
||||
label: Nom du bouton
|
||||
required: true
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: "Ex: App Store, Site web..."
|
||||
link_url:
|
||||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
width: 1/2
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ tabs:
|
|||
layout: cards
|
||||
size: medium
|
||||
image:
|
||||
query: page.thumbnail.toFile
|
||||
cover: true
|
||||
template: game
|
||||
info: "{{ page.status_label }}"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ tabs:
|
|||
layout: cards
|
||||
size: medium
|
||||
image:
|
||||
query: page.thumbnail.toFile
|
||||
cover: true
|
||||
template: project
|
||||
info: "{{ page.catchphrase }}"
|
||||
|
|
|
|||
|
|
@ -108,11 +108,13 @@ columns:
|
|||
fields:
|
||||
keywords_label:
|
||||
label: label
|
||||
required: true
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: "Ex: App Store, Site web..."
|
||||
keywords_text:
|
||||
label: text
|
||||
required: true
|
||||
type: text
|
||||
width: 1/2
|
||||
|
||||
|
|
@ -126,10 +128,12 @@ columns:
|
|||
fields:
|
||||
link_label:
|
||||
label: Nom du bouton
|
||||
required: true
|
||||
type: text
|
||||
width: 1/2
|
||||
placeholder: "Ex: App Store, Site web..."
|
||||
link_url:
|
||||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
width: 1/2
|
||||
|
|
|
|||
|
|
@ -12,25 +12,19 @@ columns:
|
|||
sortable: true
|
||||
create: false
|
||||
status: listed
|
||||
|
||||
- width: 1/2
|
||||
fields:
|
||||
contact_email:
|
||||
label: Email
|
||||
type: email
|
||||
width: 1/3
|
||||
translate: false
|
||||
contact_phone:
|
||||
label: Téléphone
|
||||
type: tel
|
||||
width: 1/3
|
||||
width: 1/2
|
||||
translate: false
|
||||
contact_address:
|
||||
label: Adresse
|
||||
type: writer
|
||||
buttons: false
|
||||
nodes: false
|
||||
width: 1/3
|
||||
width: 1/2
|
||||
placeholder: 33 rue Jean Dupont
|
||||
social_links:
|
||||
label: Liens réseaux sociaux
|
||||
|
|
@ -39,11 +33,13 @@ columns:
|
|||
fields:
|
||||
label:
|
||||
label: Nom
|
||||
required: true
|
||||
type: text
|
||||
width: 1/3
|
||||
placeholder: "Ex: LinkedIn, Instagram..."
|
||||
url:
|
||||
label: URL
|
||||
required: true
|
||||
type: url
|
||||
width: 1/3
|
||||
picto:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue