gauntlet-cswimr-plugins/gauntlet.toml

14 lines
251 B
TOML
Raw Normal View History

2024-10-17 15:20:23 -04:00
[gauntlet]
name = 'Template Plugin'
description = """
Template Plugin Description
"""
[[entrypoint]]
id = 'template-view'
name = 'Template view'
path = 'src/template-view.tsx'
type = 'view'
description = """
Template Plugin Entrypoint Description
"""