SingleResourceConverterExecutionConditionsStructure
Version #1
Description:
Defines the conditions when the single resource convertes should be executed for a given resource.
Any fulfilled condition will execute the conversion.
Fields:
executeOnCategoryConfigChangedAtPaths
: Array<String> [Optional]- Default: Empty array, meaning no paths will be checked causing this will never trigger execution by default.Description: When the category’s config has changed on at least one of the specified paths this will trigger the execution of the conversion.
executeOnFileChange
: Boolean [Optional]- Default: trueDescription: The conversion will be executed when a file is added, changed or removed from the resource.
executeOnFileDataChangedAtPaths
: Array<String> [Optional]- Default: Empty array, meaning no paths will be checked causing this will never trigger execution by default.Description: When any of resource’s file’s data has changed on at least one of the specified paths this will trigger the execution of the conversion.
executeOnResourceDataChangedAtPaths
: Array<String> [Optional]- Default: Empty array, meaning no paths will be checked causing this will never trigger execution by default.Description: When the resource’s data has changed on at least one of the specified paths this will trigger the execution of the conversion.