#68 - add notifications display fields in blueprint

This commit is contained in:
isUnknown 2024-12-18 14:11:00 +01:00
parent fa36c9ef4a
commit 6ab18b1066

View file

@ -7,15 +7,47 @@ fields:
label: Notifications label: Notifications
type: structure type: structure
fields: fields:
type:
type: text
disabled: true
location: location:
type: object type: object
fields: fields:
page: page:
type: object type: object
fields: fields:
uri: label: Page d'origine
disabled: true
title:
type: text type: text
href: uri:
type: url disabled: true
type: type: text
type: text project:
label: Projet correspondant
type: object
fields:
title:
disabled: true
type: text
uri:
disabled: true
type: text
author:
label: Auteur
type: object
fields:
name:
label: Nom
disabled: true
type: text
email:
type: email
disabled: true
date:
type: date
display: DD-MM-YY
disabled: true
isRead:
type: toggle
disabled: true