first commit
commit
81e48e4c1b
|
@ -0,0 +1,8 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" serverName="Dashboard" />
|
||||
</project>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/laeufermeeting-theme.iml" filepath="$PROJECT_DIR$/.idea/laeufermeeting-theme.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Läufermeeting Neustadt Theme",
|
||||
"description": "The Template for Homepage www.laeufermeeting-neustadt.de",
|
||||
"image": "https://ik.imagekit.io/areya/tr:ar-5-3,w-800/start2_EGi-pq3pW.jpg",
|
||||
"version": "2.0",
|
||||
"author": {
|
||||
"name": "Areya Webservices",
|
||||
"link": "https://www.areya.de/"
|
||||
},
|
||||
"lumino-version": {"min": "3.5", "max": "3.6"}
|
||||
}
|
|
@ -0,0 +1,76 @@
|
|||
[
|
||||
{
|
||||
"slug": "wettbewerb",
|
||||
"name": "Wettbewerb",
|
||||
"description": "Wettbewerbe beim Läufemeeting Neustadt",
|
||||
"icon": "/font-awesome/light/running.svg",
|
||||
"status": 1,
|
||||
"blade": "undefined",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Datum",
|
||||
"type": "date",
|
||||
"description": "Wann findet der Wettbewerb statt?",
|
||||
"position": 1,
|
||||
"required": 1
|
||||
},
|
||||
{
|
||||
"name": "Beschreibung",
|
||||
"type": "rich-text",
|
||||
"description": "Beschreibung des Wettbewerbs",
|
||||
"position": 2,
|
||||
"required": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"slug": "aktuelles",
|
||||
"name": "Aktuelles",
|
||||
"description": "Neuigkeiten",
|
||||
"icon": "/font-awesome/duotone/newspaper.svg",
|
||||
"status": 1,
|
||||
"blade": "undefined",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Nachricht",
|
||||
"type": "rich-text",
|
||||
"description": "Nachricht",
|
||||
"position": 1,
|
||||
"required": 0
|
||||
},
|
||||
{
|
||||
"name": "Link",
|
||||
"type": "url",
|
||||
"description": "Externer Link",
|
||||
"position": 2,
|
||||
"required": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"slug": "sponsoren",
|
||||
"name": "Sponsoren",
|
||||
"description": "Sponsoren des Läufermeeting Neustadts",
|
||||
"icon": "/font-awesome/duotone/hand-holding-usd.svg",
|
||||
"status": 1,
|
||||
"blade": "undefined",
|
||||
"fields": [
|
||||
{
|
||||
"name": "Beschreibung",
|
||||
"type": "rich-text",
|
||||
"description": "Beschreibung des Sponsors",
|
||||
"position": 1,
|
||||
"required": 1
|
||||
},
|
||||
{
|
||||
"name": "Homepage",
|
||||
"type": "url",
|
||||
"description": "Link zur Homepage",
|
||||
"position": 2,
|
||||
"required": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"slug": "jobs",
|
||||
"name": "Jobs",
|
||||
"description": ".",
|
||||
"blade": "jobs",
|
||||
"sorting": "Created At (DESC)"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue