AndySylvester
AndySylvester

@help @manton @sod I have created a new plugin which uses a JSON file that the plugin user needs to edit. How do I indicate that this file exists and provide a way to edit? Is it the includes element in plugin.json?

|
Embed
Progress spinner
In reply to
AndySylvester
AndySylvester

@sod My next problem is how to access the glossary data exposed via the plugin.json file. This code displays all the text in the field:

{{ $link_text := $.Site.Params.glossaryData }}
{{ $link_text }}

However, I have not been able to access a value given a key. Any thoughts?

|
Embed
Progress spinner