gauntlet/example_plugins/plugins/ui_grid/gauntlet.toml
2025-05-22 15:22:02 +02:00

124 lines
2.5 KiB
TOML

[gauntlet]
name = 'Docs Grid'
description = ''
# docs-code-segment:start empty-view
[[entrypoint]]
id = 'empty-view'
name = 'Empty View'
path = 'src/empty-view.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start main
[[entrypoint]]
id = 'main'
name = 'Main'
path = 'src/main.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start more-columns
[[entrypoint]]
id = 'more-columns'
name = 'Grid More Columns'
path = 'src/more-columns.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start search-bar-set-search-text
[[entrypoint]]
id = 'search-bar-set-search-text'
name = 'Grid Search Bar Set Search Text'
path = 'src/search-bar-set-search-text.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start section
[[entrypoint]]
id = 'section'
name = 'Section'
path = 'src/section.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start search-bar
[[entrypoint]]
id = 'search-bar'
name = 'Grid Search bar'
path = 'src/search-bar.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start content-code-block
[[entrypoint]]
id = 'content-code-block'
name = 'Grid Content Code Block'
path = 'src/content-code-block.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start content-paragraph
[[entrypoint]]
id = 'content-paragraph'
name = 'Grid Content Paragraph'
path = 'src/content-paragraph.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start content-image
[[entrypoint]]
id = 'content-image'
name = 'Grid Content Image'
path = 'src/content-image.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start content-headers
[[entrypoint]]
id = 'content-headers'
name = 'Grid Content Headers'
path = 'src/content-headers.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start content-horizontal-break
[[entrypoint]]
id = 'content-horizontal-break'
name = 'Grid Content Horizontal Break'
path = 'src/content-horizontal-break.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start content-svg
[[entrypoint]]
id = 'content-svg'
name = 'Grid Content Svg'
path = 'src/content-svg.tsx'
type = 'view'
description = ''
# docs-code-segment:end
# docs-code-segment:start focus
[[entrypoint]]
id = 'focus'
name = 'Grid Focus'
path = 'src/focus.tsx'
type = 'view'
description = ''
# docs-code-segment:end
[permissions]
network = ["static.wikia.nocookie.net", "upload.wikimedia.org"]