@repeat(myForm("homePages"), min = 1) {externalLink =>
@inputText(externalLink, 'class -> "form-control", '_label -> "")
@****** one too many delete buttons
@if(myForm.hasErrors && myForm("homePages").indexes.length > 1) {
}
******@
}
@inputText(myForm("logoUrl"),'class -> "form-control", '_label-> "Logo URL")
Recommended image size is 100 x 100
@inputText(myForm("bannerUrl"),'class -> "form-control", '_label-> "Banner URL")
Recommended image size is 1170 x 200
@repeat(myForm("affSpaces"), min = 1) {externalLink =>
@inputText(externalLink, 'class -> "form-control", '_label -> "")
}
The names or IDs of other spaces whose published data should be shown on this space's Published Data page
@helper.inputRadioGroup(myForm("expiration"), options("expiretrue"->"On", "expirefalse"->"Off"), '_label -> "Expiration")
@defining(myForm("isTimeToLiveEnabled")) { isTimeToLiveEnabled =>
@Messages("crate.space.access.message", Messages("collections.title").toLowerCase(), Messages("datasets.title").toLowerCase, Messages("space.title").toLowerCase, Messages("dataset.title").toLowerCase)
@helper.input(myForm("space_id"), 'class -> "form-control", '_label ->"") {(id, name, value, args) =>