Benjamin Völkl 2022-08-30 12:56:26 +02:00
parent 9a1b0200d0
commit 5b895f2fad
3 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,7 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment=""> <list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" afterDir="false" /> <change beforePath="$PROJECT_DIR$/content/index.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/index.blade.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -37,10 +36,11 @@
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" /> <property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/content/contents" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/content/lists" />
</component> </component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/content/lists" />
<recent name="$PROJECT_DIR$/content/contents" /> <recent name="$PROJECT_DIR$/content/contents" />
<recent name="$PROJECT_DIR$/content/pages" /> <recent name="$PROJECT_DIR$/content/pages" />
</key> </key>

View File

@ -1,10 +1,10 @@
[ [
{ {
"name":"Produkt", "name":"Balkonkraftwerk",
"description":"Produkt", "description":"Produkt",
"icon":"shopping-bag", "icon":"shopping-bag",
"status":1, "status":1,
"blade":"produkt", "blade":"balkonkraftwerk",
"fields":[ "fields":[
{ {
"name":"Preis", "name":"Preis",
@ -24,4 +24,4 @@
} }
] ]
} }
] ]

View File

@ -36,7 +36,7 @@
<section> <section>
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<h2 class="mt-3 mb-4">Steckersolaranlagen</h2> <h2 class="mt-3 mb-4">Bakonkraftwerke</h2>


</div> </div>