diff options
author | Minteck <contact@minteck.org> | 2022-04-06 21:52:16 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-06 21:52:16 +0200 |
commit | 9989797ecd50074ea8006613ce4b03e3b38f0e89 (patch) | |
tree | 9539df25f47f4da122b1bfcbbd3e0a2ab1a125dd /data/projects.json | |
parent | 01632caf82659e4e8025b4fad91ff7388b369770 (diff) | |
download | cloudsdale-9989797ecd50074ea8006613ce4b03e3b38f0e89.tar.gz cloudsdale-9989797ecd50074ea8006613ce4b03e3b38f0e89.tar.bz2 cloudsdale-9989797ecd50074ea8006613ce4b03e3b38f0e89.zip |
Admin panel done
Diffstat (limited to 'data/projects.json')
-rw-r--r-- | data/projects.json | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/data/projects.json b/data/projects.json index a9a3b8a..507a3be 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1,16 +1,23 @@ [ - { - "name": "Some random project", - "description": "This is a random project", - "icon": "https://sattelite.cdn.minteck.org/logo.svg", - "source": "https://gitlab.minteck.org/minteck/rainbow", - "showcase": true - }, - { - "name": "ContactPlus", - "description": "A fake PIM app created for this template", - "icon": "https://sattelite.cdn.minteck.org/logo.svg", - "source": "https://gitlab.minteck.org/minteck/cloudsdale", - "showcase": false - } + { + "name": "Some random project", + "description": "This is a random project", + "icon": "https:\/\/sattelite.cdn.minteck.org\/logo.svg", + "source": "https:\/\/gitlab.minteck.org\/minteck\/rainbow", + "showcase": false + }, + { + "name": "ContactPlus", + "description": "A fake PIM app created for this template", + "icon": "https:\/\/sattelite.cdn.minteck.org\/logo.svg", + "source": "https:\/\/gitlab.minteck.org\/minteck\/cloudsdale", + "showcase": false + }, + { + "name": "Random Projecto", + "description": "Random Project, yay!", + "icon": "about:blank", + "source": "https:\/\/gitlab.minteck.org\/minteck\/kartik-client", + "showcase": false + } ]
\ No newline at end of file |