Skip to content

Commit

Permalink
Remove example for external export
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielM235 committed Dec 8, 2021
1 parent 14e19ce commit 273ac24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edc-web-mail-ng2",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
6 changes: 0 additions & 6 deletions src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
<div class="header-title">
<span>Webmail Showcase</span>

<!--
Example of how to use edc-help component pointing to an external pluginId.
Please make sure the export of this plugin is deployed at the same root as the main one and
is referenced in the export registry file (named by default multi-doc.json)
-->
<edc-help class="help-component help-title"
[pluginId]="'webmail2'"
[mainKey]="'fr.techad.edc.showcase.external'"
[subKey]="'external.header'" [lang]="lang">
</edc-help>
Expand Down

0 comments on commit 273ac24

Please sign in to comment.