ImageField
This class extends from FormField and models an image uploader.
/**
* Returns is the image is not securized.
*
* @returns {boolean}
*/
isPublic() {
return this.data.isPublic===true;
}
Last updated
This class extends from FormField and models an image uploader.
/**
* Returns is the image is not securized.
*
* @returns {boolean}
*/
isPublic() {
return this.data.isPublic===true;
}
Last updated