Skip Dependencies Step – skip-dependencies-option-ui

Type

Description

Type

Description

skip-dependencies-option-ui

Allows definition of dependencies which can be skipped. For details see Package Dependencies.

Specific Attributes

Attribute Name

Description

Example

Required

Attribute Name

Description

Example

Required

ui

Object containing UI specific fields. Contains:

  • title – Page title

  • description – Page description

{"title": "Title", "description": "desc"}



true

options

List of options. Contains:

  • name – Name of the option (must be unique).

  • title – Title which will be displayed within the option.

  • description – Description of the dependency. 

"options": [ { "name": "dep-1", "title": "The cool dependency", "description": "you really want to have this dependency!" }, { "name": "dep-2", "title": "The looser dependency", "description": "I do not like this one at all" } ]

true

Example

{ "type": "skip-dependencies-option-ui", "name": "skip-dependencies", "ui": { "title": "Cool title for this page", "description": "Skip whatever you want :-)" }, "options": [ { "name": "dep-1", "title": "The cool dependency", "description": "you really want to have this dependency!" }, { "name": "dep-2", "title": "The looser dependency", "description": "I do not like this one at all :-)." } ] }



PlatformManager version 1.75.0