Jump to content

Template:Website Setup: Difference between revisions

From Parasol
No edit summary
Tag: wikieditor
No edit summary
Tag: wikieditor
Line 4: Line 4:


==== Frontend ====
==== Frontend ====
{{{backend_type}}}
{{{Backend URL}}} {{{Backend Type}}}




Line 25: Line 25:
},
},
"Backend Type": {
"Backend Type": {
"aliases": [
"backend_type"
],
"description": "The Backend/CMS Type (Wordpres, ...)",
"description": "The Backend/CMS Type (Wordpres, ...)",
"type": "string",
"type": "string",

Revision as of 16:19, 26 October 2023

{{{Stage}}} Webserver

Server: Domain:

Frontend

{{{Backend URL}}} {{{Backend Type}}}


Backend

URL


<templatedata> { "params": { "Stage": { "description": "Webserver Stage (Preview, Stage, Production, ...)", "type": "string", "suggestedvalues": [ "Preview", "Stage", "Production" ], "required": true }, "Backend Type": { "description": "The Backend/CMS Type (Wordpres, ...)", "type": "string", "suggestedvalues": [ "Wordpress" ] }, "Backend URL": { "type": "string", "default": "https://" } }, "description": "Webserver Stage (Preview, Stage, Production, ...)", "paramOrder": [ "Stage", "Backend URL", "Backend Type" ] } </templatedata>