@leuffen/themejs1 9.0.14 → 9.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,18 +4,19 @@ environments:
4
4
  coder:
5
5
  files:
6
6
  - name: "project files"
7
+ enabled: true
7
8
  include:
8
9
  - "./docs/**/*.(md|yml|yaml)"
9
10
  instructions: |
10
11
  These are all project files. You can edit them as you like.
11
12
  - name: "context"
12
13
  include:
13
- - "./shiller-context.txt"
14
+ - "./.shiller-context.txt"
14
15
  instructions: |
15
16
  This file contains all information about the project. Take names, profession etc. from this file.
16
17
  - name: "editor instructions"
17
18
  include:
18
- - "./node_modules/@leuffen/themejs1/edit_instructions.txt"
19
+ - "./node_modules/@leuffen/themejs1/edit_instructions.md"
19
20
  instructions: |
20
21
  This file contains information about how to edit markdown or yaml. files. Befolge die Anweisungen
21
22
  in dieser Datei.
@@ -4,7 +4,7 @@ description: "Entdecken Sie die Hausarztpraxis Graß in Frensdorf. Professionell
4
4
  Termin vereinbaren! \U0001F4DE"
5
5
  _schiller_instructions: |-
6
6
  Aktualisiere die Leistungen nach den Gliederungspunkte. Ersetze Bilder der Leistungen durch passende Bilder. Aktualisiere alle Texte passend zum Context. Ersetze die Namen durch die echten Namen aus dem Context.
7
- Übernimm wörtliche Textblöcke aus dem Context, wenn diese passen. Orientiere dich im Schreibstil am Context.
7
+ Übernimm wörtliche Textblöcke aus dem Context, wenn diese passen. Orientiere dich im Schreibstil am Context. Ändere die Buttons in der ersten Section (Neuer Patient - Videosprechstunde) nicht!
8
8
  _shiller_tags: base
9
9
  _shiller_target_pid: pages/index
10
10
  keywords: ~
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
3
 
4
- "version": "9.0.14",
4
+ "version": "9.0.16",
5
5
  "description": "",
6
6
  "license": "proprietary",
7
7
  "main": "./index.js",