Changed Ghost to be easier to deploy at first
while keeping the options open to adjust later
This commit is contained in:
parent
0043d6d46f
commit
bb002d4e21
|
|
@ -98,14 +98,14 @@
|
||||||
"validRegex":"/^(?=.*\\d).{10,}$/"
|
"validRegex":"/^(?=.*\\d).{10,}$/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"defaultValue":"example.com/blog",
|
"defaultValue":"blog.example.com",
|
||||||
"description":"Enter the URL that is used to access your publication",
|
"description":"Enter the URL that is used to access your publication",
|
||||||
"id":"$$cap_ghost_host",
|
"id":"$$cap_ghost_host",
|
||||||
"label":"Ghost Host",
|
"label":"Ghost Host",
|
||||||
"validRegex":"/^([^\\s^\\/])+$/"
|
"validRegex":"/^([^\\s^\\/])+$/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"defaultValue":"https",
|
"defaultValue":"http",
|
||||||
"description":"Protocol that you will be using",
|
"description":"Protocol that you will be using",
|
||||||
"id":"$$cap_ghost_protocol",
|
"id":"$$cap_ghost_protocol",
|
||||||
"label":"Ghost Protocol",
|
"label":"Ghost Protocol",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue