14 lines
No EOL
251 B
TOML
14 lines
No EOL
251 B
TOML
[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
|
|
""" |