SingleImageIosContentsJsonGeneratorProcessor
Version #1
Description:
Todo
No description for this processor
Interface:
Config
: SingleImageIosContentsJsonGeneratorConfig:v1 [REQUIRED]Input
: FilesStructure:v1 [REQUIRED]Output
: FilesStructure:v1
Basic sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleImageIosContentsJsonGeneratorProcessor" version="1" />
Advanced sample:
<processor id="<FLOW_SCOPED_ARBITRARY_ID_GOES_HERE>" name="SingleImageIosContentsJsonGeneratorProcessor" version="1">
{
"matchGroup": STRING,
"matchPath": STRING,
"supportedImageExtensions": ARRAY<STRING>,
"vectorImageExtensions": ARRAY<STRING>
}
</processor>