From f9b3d1031c843bbc0c4fc168cc24d37259698c42 Mon Sep 17 00:00:00 2001 From: Willi Junga Date: Wed, 2 Feb 2022 23:14:59 +0100 Subject: [PATCH] Update various: removed euromat occurences, changed Meta URL --- bin/admin-yml/index.js | 4 ++-- public/admin/config.yml | 5 +++-- public/index.html | 6 +++--- src/app/app.vue | 2 +- src/app/faq/content/de.json | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/bin/admin-yml/index.js b/bin/admin-yml/index.js index e48f429..854313e 100644 --- a/bin/admin-yml/index.js +++ b/bin/admin-yml/index.js @@ -22,7 +22,7 @@ const configTree = { meta: { name: 'euromat-theses', label: '[Euromat] Theses', - description: 'The theses selection pages for the EUROMAT.', + description: 'The theses selection pages for the KANDIMAT.', folder: 'src/app/euromat/content/theses' }, fields: [ @@ -55,7 +55,7 @@ const configTree = { meta: { name: 'euromat-results', label: '[Euromat] Results', - description: 'The EUROMAT result page.', + description: 'The KANDIMAT result page.', folder: 'src/app/euromat/content/results' }, fields: [ diff --git a/public/admin/config.yml b/public/admin/config.yml index 432315a..774cc0a 100644 --- a/public/admin/config.yml +++ b/public/admin/config.yml @@ -11,7 +11,7 @@ public_folder: /img/uploads collections: - name: euromat-theses label: '[Euromat] Theses' - description: The theses selection pages for the EUROMAT. + description: The theses selection pages for the KANDIMAT. folder: src/app/euromat/content/theses format: json create: true @@ -36,6 +36,7 @@ collections: widget: string hint: The name for the page that will appear in the browser tab. - label: Label for back button + name: backBtn widget: string - label: Label for positive @@ -90,7 +91,7 @@ collections: widget: string - name: euromat-results label: '[Euromat] Results' - description: The EUROMAT result page. + description: The KANDIMAT result page. folder: src/app/euromat/content/results format: json create: true diff --git a/public/index.html b/public/index.html index 28c149f..c383ae3 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ - + @@ -21,8 +21,8 @@ - - + + diff --git a/src/app/app.vue b/src/app/app.vue index dabfd24..a9e8e70 100644 --- a/src/app/app.vue +++ b/src/app/app.vue @@ -3,7 +3,7 @@