Initial commit

This commit is contained in:
2025-10-02 08:54:03 +02:00
commit ea54638227
1642 changed files with 53677 additions and 0 deletions

61
api/config.yml Normal file
View File

@@ -0,0 +1,61 @@
namespace: bkdf_tibi_2024
meta:
openapi:
servers:
- url: https://tibi-admin-server.code.testversion.online/api/v1/_/demo
description: code-server
dashboard: !include helper/dashboard.yml
injectIntoHead:
# inject font faces (not possible in shadow dom for preview)
- eval: |
"<link rel='stylesheet' href='" + $projectBase + "_/assets/variables/variables.css'>"
- eval: |
"<link rel='stylesheet' href='" + $projectBase + "_/assets/fonts/fonts.css'>"
# Liste möglicher Berechtigungen, die Benutzern zugeordnet werden können
permissions:
- name: pages
label:
de: Seiten
en: Pages
collections:
- !include collections/bigCommerceOrder.yml
- !include collections/OrderReturnRequest.yml
- !include collections/OrderRevokeRequest.yml
- !include collections/contact.yml
- !include collections/rating.yml
- !include collections/bigCommerceProduct.yml
- !include collections/bigCommerceCustomer.yml
- !include collections/QRCode.yml
- !include collections/productBenefit.yml
- !include collections/banner.yml
- !include collections/content.yml
- !include collections/selfImprovementChapter.yml
- !include collections/Challenge.yml
- !include collections/medialib.yml
- !include collections/navigation.yml
- !include collections/sizingDetails.yml
- !include collections/lookCombination.yml
- !include collections/tag.yml
- !include collections/webhook.yml
- !include collections/login.yml
- !include collections/action.yml
- !include collections/wishlistEntry.yml
- !include collections/module.yml
- !include collections/helpcenterChapter.yml
- !include collections/shopStatus.yml
- !include collections/productBackgroundImage.yml
- !include collections/ssr.yml
- !include collections/lighthouseSubpath.yml
- !include collections/lighthouse.yml
- !include collections/dummyCartEndpoint.yml
- !include collections/backups.yml
jobs:
- !include jobs/lighthouse.yml
assets:
- !include assets/logo.yml
- !include assets/dist.yml
- !include assets/fonts.yml
- !include assets/variables.yml