...
Variable | Required | description | example |
---|---|---|---|
UI meta data | |||
type | Yes | The following type is supported: static, service, daemon, multi, config, custom (anything else) | if not set the default type will be custom. |
tab | No | ||
name | Yes | The name of the static content. It has to be unique and not been used by other static contents at the Frontend catalog. | |
description | No | The static description to appear in the Frontend catalog UI | "This is a string" |
Search meta data | |||
tags | No | ||
attributes | No | ||
program | No | ||
Documentation meta data | |||
documentation | No | ||
Type meta data | |||
version | Yes | The version of the servicestatic content. make sure it has the following syntax: a string of /[0-9]+(.[0-9]+)?/ | "1" or "1.1" |
...