For the complete documentation index, see llms.txt. This page is also available as Markdown.

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