mirror of
https://github.com/stashapp/stash.git
synced 2025-12-30 04:03:17 +01:00
* Add page registration * Add example plugin * First version of proper react plugins * Make reference react plugin * Add patching functions * Add tools link poc * NavItem poc * Add loading hook for lazily loaded components * Add documentation
11 lines
178 B
YAML
11 lines
178 B
YAML
name: Test React
|
|
description: Adds a React component
|
|
url: https://github.com/stashapp/CommunityScripts
|
|
version: 1.0
|
|
ui:
|
|
javascript:
|
|
- testReact.js
|
|
css:
|
|
- testReact.css
|
|
|
|
|