URL in plugin description

lina
Level 2
URL in plugin description

Hi, 

Can I add a URL in a new plugin or a prepare step description? 

Thanks!

0 Kudos
1 Reply
HarizoR
Developer Advocate

Hi Lina,

For plugin descriptions, you can embed you link in the description field of the plugin.json file using the standard HTML format:

 

{
...
        "description": "<a href='https://google.fr'>This is a link</a>",
...
}

 

Unfortunately, the same option is not transposable to Prepare recipe comments. However, you can leverage Discussions inside of your Prepare recipe to further document it. Discussions can also be seen from the Flow's UI after selecting the Prepare recipe, and they are compatible with the various rich Markdown formatting options offered in other places like Wikis.

Hope this helps !

 

Best,

Harizo

0 Kudos