}, "");
return {
content: "\n <p>Bonjour %recipient.name%,</p>\n <p>Voici la nouvelle \xE9dition du jour !</p>\n <br>\n <h2>\xC0 LA UNE AUJOURD'HUI</h2>\n ".concat(headlines, "\n\n "),
- subject: "[".concat(this.$root.publishState.file.title, "] "),
+ subject: "L'\xE9dition du jour [".concat(this.$root.publishState.file.title, "] "),
type: 1
};
}
}, "");
return {
content: "\n <p>Bonjour %recipient.name%,</p>\n <p>Voici la nouvelle \xE9dition du jour !</p>\n <br>\n <h2>\xC0 LA UNE AUJOURD'HUI</h2>\n ".concat(headlines, "\n\n "),
- subject: "[".concat(this.$root.publishState.file.title, "] "),
+ subject: "L'\xE9dition du jour [".concat(this.$root.publishState.file.title, "] "),
type: 1
};
}
${headlines}
`,
- subject: `[${this.$root.publishState.file.title}] `,
+ subject: `L'édition du jour [${this.$root.publishState.file.title}] `,
type: 1
}
}
h3, .ck-heading_heading2.ck.ck-button.ck-button_with-text span {
font-size: 14px;
font-weight: bold;
- margin-top: 0;
+ margin-top: 10px;
text-align: left;
text-transform: uppercase;
color: #074e9c;
h3 {
font-size: 14px;
font-weight: bold;
- margin-top: 0;
+ margin-top: 10px;
text-align: left;
text-transform: uppercase;
color: #074e9c;
margin-bottom: 0;
+
}
p {