setup db mariadb and postgres for strapi and next

This commit is contained in:
Schneider Roland
2025-01-07 17:22:14 +01:00
parent bed409f77c
commit a8b144f554
13 changed files with 1088 additions and 28 deletions

View File

@@ -19,14 +19,20 @@
"type": "text"
},
"image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
]
},
"myquote": {
"type": "component",
"repeatable": true,
"component": "shared.quote"
}
}
}