summaryrefslogtreecommitdiffstats
path: root/.frontmatter/config/data
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 14:50:51 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-08 14:50:51 -0400
commitecc34cd1fde9b4c643474b3783aa001002b91ab9 (patch)
treeec3413ffc12d6435b10cb064f5e5956942fb1852 /.frontmatter/config/data
parentb8e01bf4e84d3edcd337651322112e998fb01cf4 (diff)
ci(.frontMatter): :construction_worker: conf file to conf dir
Divided configuration of FrontMatter into numerous files.
Diffstat (limited to '.frontmatter/config/data')
-rw-r--r--.frontmatter/config/data/files/timeline.json40
-rw-r--r--.frontmatter/config/data/folders/data.json8
2 files changed, 48 insertions, 0 deletions
diff --git a/.frontmatter/config/data/files/timeline.json b/.frontmatter/config/data/files/timeline.json
new file mode 100644
index 0000000..c9d279e
--- /dev/null
+++ b/.frontmatter/config/data/files/timeline.json
@@ -0,0 +1,40 @@
+{
+ "id": "timeline",
+ "title": "Timeline",
+ "file": "[[workspace]]/data/timeline.yml",
+ "fileType": "yaml",
+ "schema": {
+ "title": "Timeline",
+ "type": "object",
+ "required": [
+ "title",
+ "date"
+ ],
+ "properties": {
+ "title": {
+ "type": "string",
+ "title": "Title"
+ },
+ "date": {
+ "type": "string",
+ "title": "Date"
+ },
+ "icon": {
+ "type": "string",
+ "title": "Icon"
+ },
+ "color": {
+ "type": "string",
+ "title": "Color"
+ },
+ "url": {
+ "type": "string",
+ "title": "URL"
+ },
+ "content": {
+ "type": "string",
+ "title": "Content"
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/.frontmatter/config/data/folders/data.json b/.frontmatter/config/data/folders/data.json
new file mode 100644
index 0000000..6925b21
--- /dev/null
+++ b/.frontmatter/config/data/folders/data.json
@@ -0,0 +1,8 @@
+{
+ "id": "Data",
+ "path": "[[workspace]]/data",
+ "singleEntry": false,
+ "enableFileCreation": true,
+ "fileType": "yaml",
+ "type": "data"
+} \ No newline at end of file