You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/25 18:09:17 UTC

[incubator-hop-docs] branch asf-site updated: Update metadata-plugins.adoc

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9009fbd  Update metadata-plugins.adoc
     new ba213d6  Merge pull request #27 from nadment/patch-1
9009fbd is described below

commit 9009fbde77e66fde72704c6c05055f83fa7c2396
Author: Nicolas Adment <39...@users.noreply.github.com>
AuthorDate: Fri Dec 25 19:01:38 2020 +0100

    Update metadata-plugins.adoc
    
    The annotation iconImage has been renamed
---
 hop-dev-manual/modules/ROOT/pages/metadata-plugins.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hop-dev-manual/modules/ROOT/pages/metadata-plugins.adoc b/hop-dev-manual/modules/ROOT/pages/metadata-plugins.adoc
index 5f146f8..a8c81c2 100644
--- a/hop-dev-manual/modules/ROOT/pages/metadata-plugins.adoc
+++ b/hop-dev-manual/modules/ROOT/pages/metadata-plugins.adoc
@@ -12,7 +12,7 @@ Here are the attributes of the @HopMetadata annotation:
 * key : this uniquely identifies the plugin and will be the name of the folder in which the metadata resides when serialising to JSON (see below)
 * name : a human readable name
 * description : an extended description
-* iconImage : the path to an image which helps identify the metadata in the Hop GUI
+* image : the path to an image which helps identify the metadata in the Hop GUI
 
 The class with this annotation will be found either because it lives in the ```plugins/``` folder of Hop or if it's an internal class and is described in the file ```engine/src/main/resources/hop-metadata-plugins.xml```