items-render-rules

Items Render Rules

type

object

properties

  • variablesFiles

The list of variables file to include (see the documentation to details about variable inclusion order

type

array

items

type

string

  • variables

The list of variable to include (see the documentation to details about variable inclusion order

type

object

additionalProperties

type

string

  • parentRules

The list of parent rules to use

type

array

items

type

string

  • rules

The items

type

array

items

oneOf

AddFile

AddNode

ExcludeFile

ExcludeNode

additionalProperties

False

AddFile

type

object

properties

  • type

type

string

enum

AddFile

default

AddFile

  • source

The file to include (a path with / separated)

type

string

  • destination

The destination where to put the file added (itemId)

type

string

  • items-render-rules

The type of rule

type

string

enum

ExcludeFile, ExcludeNode, AddFile, AddNode

additionalProperties

False

AddNode

type

object

properties

  • type

type

string

enum

AddNode

default

AddNode

  • source

The absolute path separated by / to insert (a node and sub-nodes)

type

string

  • destination

The destination (item ID) where node are inserted

type

string

  • items-render-rules

The type of rule

type

string

enum

ExcludeFile, ExcludeNode, AddFile, AddNode

additionalProperties

False

ExcludeFile

type

object

properties

  • type

type

string

enum

ExcludeFile

default

ExcludeFile

  • path

The file to exclude from the copy rule

type

string

  • items-render-rules

The type of rule

type

string

enum

ExcludeFile, ExcludeNode, AddFile, AddNode

additionalProperties

False

ExcludeNode

type

object

properties

  • type

type

string

enum

ExcludeNode

default

ExcludeNode

  • item

The Item to exclude (and sub-items)

type

string

  • items-render-rules

The type of rule

type

string

enum

ExcludeFile, ExcludeNode, AddFile, AddNode

additionalProperties

False