From 95234f82f9133530abfca6f724d9da448e24a02a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 19 May 2023 23:31:49 +0300 Subject: [PATCH] Add collection template --- collection-template.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 collection-template.yaml diff --git a/collection-template.yaml b/collection-template.yaml new file mode 100644 index 000000000..5c6a77740 --- /dev/null +++ b/collection-template.yaml @@ -0,0 +1,14 @@ +slug: my-collection +name: My awesome collection +shortName: My collection +featured: true +snippetIds: + - js/s/array-initialization + - js/s/initialize-array-with-values + - js/s/initialize-array-with-range + - js/s/initialize-2d-array +splash: plant-screen.png +description: >- + Explain the collection's topic in a few sentences. +shortDescription: >- + A short description of your collection up to 140 characters long.