{{ define "settings" }} Name Name of the target can be anything. Visibility Public Private Visibility determines who can see the target. If set to public, it will be visible to everyone on the homepage. Otherwise it will be only visible to signed in users. Target Group Group targets together. This affects how they are presented on the homepage. Metadata {{ ScriptUnescapeString .Example }} Metadata is a YAML object that contains the configuration for the target. This configuration can be then used for Checks to filter the targets to act on as well as by using getTarget() function to fetch target metadata. Create {{ end }}
Name of the target can be anything.
Visibility determines who can see the target. If set to public, it will be visible to everyone on the homepage. Otherwise it will be only visible to signed in users.
public
Group targets together. This affects how they are presented on the homepage.
Metadata is a YAML object that contains the configuration for the target. This configuration can be then used for Checks to filter the targets to act on as well as by using getTarget() function to fetch target metadata.
Checks
getTarget()