From 2af30d608621de05cce51e6bdddf380a8cb2d5f6 Mon Sep 17 00:00:00 2001
From: davelopez <46503462+davelopez@users.noreply.github.com>
Date: Sat, 23 Jan 2021 19:19:58 +0100
Subject: [PATCH] Add TODO as default value for help attributes
---
client/src/snippets.json | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/client/src/snippets.json b/client/src/snippets.json
index 1eda33a..d07a7f2 100644
--- a/client/src/snippets.json
+++ b/client/src/snippets.json
@@ -64,14 +64,14 @@
"prefix": "gx-conditional-select",
"body": [
"",
- " ",
- " ",
+ " ",
" ",
+ " ",
" ",
- " ",
+ " ",
" $0",
" ",
- " ",
+ " ",
" ",
""
],
@@ -80,10 +80,10 @@
"Select parameter with 3 options": {
"prefix": "gx-select-3-param",
"body": [
- "",
- " ",
+ "",
" ",
" ",
+ " ",
""
],
"description": "Select parameter with 3 options"
@@ -91,12 +91,12 @@
"Select parameter with 5 options": {
"prefix": "gx-select-5-param",
"body": [
- "",
- " ",
+ "",
" ",
" ",
" ",
" ",
+ " ",
""
],
"description": "Select parameter with 5 options"
@@ -111,35 +111,35 @@
"Integer parameter": {
"prefix": "gx-integer-param",
"body": [
- ""
+ ""
],
"description": "Integer parameter"
},
"Float parameter": {
"prefix": "gx-float-param",
"body": [
- ""
+ ""
],
"description": "Float parameter"
},
"Data parameter with single required dataset": {
"prefix": "gx-data-single-param",
"body": [
- ""
+ ""
],
"description": "Data parameter with single required dataset"
},
"Data parameter with multiple required datasets": {
"prefix": "gx-data-multiple-param",
"body": [
- ""
+ ""
],
"description": "Data parameter with multiple required datasets"
},
"Text parameter": {
"prefix": "gx-text-param",
"body": [
- "",
+ "",
" ",
" ",
" ",