25 lines
568 B
YAML
25 lines
568 B
YAML
title: Liste de diffusion
|
|
|
|
tabs:
|
|
content:
|
|
columns:
|
|
- width: 1/1
|
|
fields:
|
|
body:
|
|
extends: fields/body
|
|
- width: 1/2
|
|
fields:
|
|
subscribers:
|
|
label: Abonnés
|
|
type: structure
|
|
sortBy: email asc
|
|
fields:
|
|
email:
|
|
type: email
|
|
- width: 1/2
|
|
sections:
|
|
newsletters:
|
|
label: Emails
|
|
type: pages
|
|
template: email
|
|
info: "{{ page.status == 'listed' ? 'envoyé' : 'brouillon' }}"
|