Skip to content

Instantly share code, notes, and snippets.

@marcosblandim
Created January 30, 2023 16:32
Show Gist options
  • Save marcosblandim/1b0953c1530152a0ff47cafcbdee7f6a to your computer and use it in GitHub Desktop.
Save marcosblandim/1b0953c1530152a0ff47cafcbdee7f6a to your computer and use it in GitHub Desktop.
Liferay: Fragment configuration of an integer number with boundaries
{
"fieldSets": [
{
"fields": [
{
"name": "number",
"label": "Number",
"type": "text",
"dataType": "int",
"defaultValue": "5",
"typeOptions": {
"validation": {
"min":1,
"max": 10,
"type": "number"
}
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment