Global Defaults

Create file to specify default parameters per plugin. When the parameters file is present, any time you use API Parameters plugin without , an implicit title will be present plugin-params.json { "api-parameters": { "title": "no title (set explicitly to override)" } } title

Page Local Defaults

Use page meta block at the start of a page to set plugin default parameters specific to the page. You may have seen meta block example to set Page Title: Now we're going to use the same block to add plugin defaults local to the page. Once we have a block like this, every include-image plugin on this page will have set to true. --- title: Custom Name --- --- image: {border: true} --- border :include-image: visuals/regular-image.png