Skip to content

Commit 6d3e056

Browse files
Add typo3-vendor-bundler config schema to catalog (SchemaStore#4801)
1 parent 5834e02 commit 6d3e056

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/api/json/catalog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5731,6 +5731,16 @@
57315731
"fileMatch": ["**/sites/*/config.yaml", "**/sites/*/config.yml"],
57325732
"url": "https://json.schemastore.org/typo3.json"
57335733
},
5734+
{
5735+
"name": "TYPO3 Vendor Bundler config",
5736+
"description": "Configuration for TYPO3 Vendor Bundler, a Composer library to bundle vendor libraries for TYPO3 extensions in classic mode",
5737+
"fileMatch": [
5738+
"typo3-vendor-bundler.json",
5739+
"typo3-vendor-bundler.yaml",
5740+
"typo3-vendor-bundler.yml"
5741+
],
5742+
"url": "https://raw.githubusercontent.com/eliashaeussler/typo3-vendor-bundler/refs/heads/main/res/typo3-vendor-bundler.schema.json"
5743+
},
57345744
{
57355745
"name": "Typst Manifest",
57365746
"description": "Typst package manifest file (typst.toml)",

0 commit comments

Comments
 (0)