Compare commits
No commits in common. "8eb705b93f0db15666a3aef40dad26ca7e0af62d" and "041ba2cd11501847c5a02b3da8a18a19d2624821" have entirely different histories.
8eb705b93f
...
041ba2cd11
|
|
@ -73,7 +73,7 @@ empty
|
||||||
|
|
||||||
**All scripts / Custom**
|
**All scripts / Custom**
|
||||||
|
|
||||||
empty
|
- [**My scripts**](stores/a9945ad2-db61-4304-97d7-5dc4330691a7)
|
||||||
|
|
||||||
|
|
||||||
## Secret encryption
|
## Secret encryption
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "a9945ad2-db61-4304-97d7-5dc4330691a7",
|
||||||
|
"name" : "My scripts",
|
||||||
|
"categoryUuid" : "d3496db5-b709-41f9-abc0-ee0a660fbab9",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type" : "scriptGroup",
|
||||||
|
"group" : null,
|
||||||
|
"scripts" : [ ],
|
||||||
|
"description" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue