Installation
The Image field type is a paid addon and requires purchasing from the addon store OR a paid subscription.
Installing from Store Download
You can install the Templates module by downloading the addon and placing it within your site's addon directory:
/addons/{application_ref}/anomaly/*
Installing with Composer Subscription
You can install the Image field type with Composer as a VCS repository if you have a subscription:
{
"require": {
"anomaly/image-field_type": "~1.2.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/anomalylabs/image-field_type"
}
]
}