mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 01:05:32 +00:00
Erste Experimente mit Reihen
This commit is contained in:
20
pagemodels/pagedata.go
Normal file
20
pagemodels/pagedata.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package pagemodels
|
||||
|
||||
const (
|
||||
P_INDEX_NAME = "index"
|
||||
T_INDEX_BILDER = "bilder"
|
||||
T_INDEX_TEXTE = "texte"
|
||||
|
||||
P_REIHEN_NAME = "reihen"
|
||||
|
||||
F_TITLE = "Titel"
|
||||
F_DESCRIPTION = "Beschreibung"
|
||||
F_IMAGE = "Bild"
|
||||
F_PREVIEW = "Vorschau"
|
||||
F_TEXT = "Text"
|
||||
F_TAGS = "Stichworte"
|
||||
|
||||
F_INDEX_TEXTE_ABS1 = "Abs1"
|
||||
F_INDEX_TEXTE_ABS2 = "Abs2"
|
||||
F_INDEX_GO_BUTTON = "GoButton"
|
||||
)
|
||||
Reference in New Issue
Block a user