Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,32 @@
</component-plugin>
</external-component-plugins>

<!-- Digest mail notifications: the category this addon owns -->
<external-component-plugins>
<target-component>io.meeds.commons.digest.DigestCategoryRegistry</target-component>
<component-plugin>
<name>news</name>
<set-method>addCategoryProvider</set-method>
<type>io.meeds.commons.digest.plugin.DigestCategoryPlugin</type>
<description>The news notifications: publications and mentions</description>
<init-params>
<value-param>
<name>id</name>
<value>news</value>
</value-param>
<value-param>
<name>labelKey</name>
<value>digest.category.news</value>
</value-param>
<value-param>
<name>order</name>
<value>30</value>
</value-param>
<values-param>
<name>pluginIds</name>
<value>PostNewsNotificationPlugin</value>
</values-param>
</init-params>
</component-plugin>
</external-component-plugins>
</configuration>
Loading