Dynamische Daten in Seitentemplates eingefügt
This commit is contained in:
7
webseite/config/subjects/deutsch/properties.json
Normal file
7
webseite/config/subjects/deutsch/properties.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"displayName": "Deutsch",
|
||||
"description": "Deutsch ist blau",
|
||||
"color": "#FF0000",
|
||||
"buttonText": "Erfahre von einem ungeheuren Ungeziefer",
|
||||
"icon": "fa-book"
|
||||
}
|
||||
BIN
webseite/config/subjects/deutsch/topics/topic1/exercise1.pdf
Normal file
BIN
webseite/config/subjects/deutsch/topics/topic1/exercise1.pdf
Normal file
Binary file not shown.
BIN
webseite/config/subjects/deutsch/topics/topic1/image.png
Normal file
BIN
webseite/config/subjects/deutsch/topics/topic1/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"displayName": "Thema 1",
|
||||
"icon": "fa-divide",
|
||||
"description": "Eine kurze Beschreibung des Themas",
|
||||
"relatedTopics": [
|
||||
"topic2", "topic3"
|
||||
],
|
||||
"files": [
|
||||
"exercise1.pdf"
|
||||
],
|
||||
"article": "Eine lange Erklärung\n"
|
||||
}
|
||||
7
webseite/config/subjects/mathe/properties.json
Normal file
7
webseite/config/subjects/mathe/properties.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"displayName": "Mathe",
|
||||
"description": "Mathe ist gelb",
|
||||
"color": "#60A5FA",
|
||||
"buttonText": "Jetzt rechnen!",
|
||||
"icon": "fa-square-root-alt"
|
||||
}
|
||||
BIN
webseite/config/subjects/mathe/topics/topic1/exercise1.pdf
Normal file
BIN
webseite/config/subjects/mathe/topics/topic1/exercise1.pdf
Normal file
Binary file not shown.
BIN
webseite/config/subjects/mathe/topics/topic1/image.png
Normal file
BIN
webseite/config/subjects/mathe/topics/topic1/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
12
webseite/config/subjects/mathe/topics/topic1/properties.json
Normal file
12
webseite/config/subjects/mathe/topics/topic1/properties.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"displayName": "Thema 1",
|
||||
"icon": "fa-divide",
|
||||
"description": "Eine kurze Beschreibung des Themas",
|
||||
"relatedTopics": [
|
||||
"topic2", "topic3"
|
||||
],
|
||||
"files": [
|
||||
"exercise1.pdf"
|
||||
],
|
||||
"article": "Eine lange Erklärung\n"
|
||||
}
|
||||
11
webseite/config/subjects/mathe/topics/topic2/properties.json
Normal file
11
webseite/config/subjects/mathe/topics/topic2/properties.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"displayName": "Thema 2",
|
||||
"icon": "fa-ruler",
|
||||
"description": "Kurze Beschreibung",
|
||||
"relatedTopics": [
|
||||
"topic3"
|
||||
],
|
||||
"files": [
|
||||
],
|
||||
"article": "Erklärung"
|
||||
}
|
||||
Reference in New Issue
Block a user