forked from cms/tibi-svelte-starter
✨ feat: enhance accessibility with skip to main content button and improve navigation handling
🔧 fix: update navigation href resolution to include localized paths 🆕 feat: add new FeatureIcon component for feature boxes 🎨 style: improve styling for prose elements in richtext blocks 🛠️ refactor: streamline medialib image loading and caching logic 📦 chore: update mock data handling to support new medialib entries 🔄 chore: synchronize i18n initialization and locale management 📝 docs: update video tour descriptions to reflect recent changes
This commit is contained in:
+23
-6
@@ -1,15 +1,32 @@
|
||||
namespace: __NAMESPACE__
|
||||
namespace: __TIBI_NAMESPACE__
|
||||
|
||||
meta:
|
||||
imageUrl:
|
||||
eval: "$projectBase + '_/assets/img/admin-pic.jpg'"
|
||||
injectIntoHead:
|
||||
# inject font faces (not possible in shadow dom for preview)
|
||||
eval: |
|
||||
"<link rel='stylesheet' href='" + $projectBase + "_/assets/fonts/fonts.css?t=" + $project?.updateTime + "'>"
|
||||
eval: "$projectBase + '_/assets/img/admin-pic.svg'"
|
||||
i18n:
|
||||
defaultLanguage: de
|
||||
languages:
|
||||
- code: de
|
||||
label: Deutsch
|
||||
- code: en
|
||||
label: English
|
||||
collectionGroups:
|
||||
- name: content
|
||||
label: { de: "Inhalte", en: "Content" }
|
||||
icon: article
|
||||
- name: media
|
||||
label: { de: "Medien", en: "Media" }
|
||||
icon: image_multiple
|
||||
- name: structure
|
||||
label: { de: "Struktur", en: "Structure" }
|
||||
icon: account_tree
|
||||
- name: system
|
||||
label: { de: "System", en: "System" }
|
||||
icon: settings
|
||||
|
||||
collections:
|
||||
- !include collections/content.yml
|
||||
- !include collections/medialib.yml
|
||||
- !include collections/navigation.yml
|
||||
- !include collections/ssr.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user