<image
jcr:primaryType="cq:Widget"
allowUpload="false"
ddGroups="[media]"
height="300"
mimeTypes="*.jpg;*.jpeg;*.gif;*.png"
mimeTypesDescription="Images"
name="./image"
hideLabel="true"
id="some-unique-id"
xtype="smartimage">
// ...
</image>
Add this to your css to hide the upload field
/* Hide upload field */
#some-unique-id .x-form-item {
display: none!important;
}
Keine Kommentare:
Kommentar veröffentlichen