Avec [$Author.title] (sans la maj) et ca fonctionne bien chez moi.
En effet en footer/ pied de page ca correspond à l’ancien fonctionnement par defaut de sharepoint.
Dans le code j’ai pris la structure de la doc ms, donc c’est customisable
<pre class=”language-markup”>{
"elmType": "div",
"attributes": {
"class": "ms-borderColor-neutralTertiary"
},
"style": {
"width": "99%",
"border-top-width": "0px",
"border-bottom-width": "1px",
"border-left-width": "0px",
"border-right-width": "0px",
"border-style": "solid",
"margin-bottom": "16px"
},
"children": [
{
"elmType": "div",
"style": {
"display": "flex",
"box-sizing": "border-box",
"align-items": "center"
},
"children": [
{
"elmType": "div",
"attributes": {
"iconName": "Group",
"class": "ms-fontSize-42 ms-fontWeight-regular ms-fontColor-themePrimary",
"title": "Details"
},
"style": {
"flex": "none",
"padding": "0px",
"padding-left": "0px",
"height": "36px"
}
}
]
},
{
"elmType": "div",
"attributes": {
"class": "ms-fontColor-neutralSecondary ms-fontWeight-bold ms-fontSize-12"
},
"style": {
"box-sizing": "border-box",
"width": "100%",
"text-align": "left",
"padding": "21px 12px",
"overflow": "hidden"
},
"children": [
{
"elmType": "div",
"txtContent": "='Created by ' + [$Author.title]"
}
]
}
]
}
-
Cette réponse a été modifiée Il y a 5 mois par Damien.
-
Cette réponse a été modifiée Il y a 5 mois par Damien. Raison: ajout screenshot