Changed Ghost to be easier to deploy at first

while keeping the options open to adjust later
This commit is contained in:
Kasra Bigdeli 2019-03-16 16:01:15 -07:00
parent 0043d6d46f
commit bb002d4e21
1 changed files with 2 additions and 2 deletions

View File

@ -98,14 +98,14 @@
"validRegex":"/^(?=.*\\d).{10,}$/"
},
{
"defaultValue":"example.com/blog",
"defaultValue":"blog.example.com",
"description":"Enter the URL that is used to access your publication",
"id":"$$cap_ghost_host",
"label":"Ghost Host",
"validRegex":"/^([^\\s^\\/])+$/"
},
{
"defaultValue":"https",
"defaultValue":"http",
"description":"Protocol that you will be using",
"id":"$$cap_ghost_protocol",
"label":"Ghost Protocol",