diff --git a/content-service/src/main/resources/locale/portlet/news/News_en.properties b/content-service/src/main/resources/locale/portlet/news/News_en.properties index 593c8b069..ed07db2e6 100644 --- a/content-service/src/main/resources/locale/portlet/news/News_en.properties +++ b/content-service/src/main/resources/locale/portlet/news/News_en.properties @@ -321,3 +321,6 @@ content.article.open.in.notes=Open in Notes news.list.settings.drawer.advancedSettings.maxArticleError=This display does not authorize to list more articles. + +# Digest mail notifications: label of the category this addon owns +digest.category.news=News diff --git a/content-webapp/src/main/webapp/WEB-INF/conf/news/notification/configuration.xml b/content-webapp/src/main/webapp/WEB-INF/conf/news/notification/configuration.xml index 3534653e0..3e3ff8e85 100644 --- a/content-webapp/src/main/webapp/WEB-INF/conf/news/notification/configuration.xml +++ b/content-webapp/src/main/webapp/WEB-INF/conf/news/notification/configuration.xml @@ -248,4 +248,32 @@ + + + io.meeds.commons.digest.DigestCategoryRegistry + + news + addCategoryProvider + io.meeds.commons.digest.plugin.DigestCategoryPlugin + The news notifications: publications and mentions + + + id + news + + + labelKey + digest.category.news + + + order + 30 + + + pluginIds + PostNewsNotificationPlugin + + + +