Skip to content

Commit 1248dd0

Browse files
committed
feat: Replace _customButtons with generatorUrl for S.to-like Generator
- Added generatorUrl property (new schema addition) - Removed redundant _customButtons - Will now show green '🚀 Generate' button automatically - Cleaner implementation using new generatorUrl feature
1 parent 0e08e73 commit 1248dd0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

sources.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2722,13 +2722,7 @@
27222722
]
27232723
},
27242724
"note": "⚠️ This is a generator tool! Visit https://grayjay-sources.github.io/grayjay-source-sto-like/ to create your custom plugin",
2725-
"_customButtons": [
2726-
{
2727-
"text": "Generate",
2728-
"url": "https://grayjay-sources.github.io/grayjay-source-sto-like/",
2729-
"classes": "btn-secondary"
2730-
}
2731-
]
2725+
"generatorUrl": "https://grayjay-sources.github.io/grayjay-source-sto-like/"
27322726
},
27332727
{
27342728
"name": "Sample",

0 commit comments

Comments
 (0)