You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A SpecIF resourceType (formerly objectType) may have a property "isHeading" with boolean value, by default "false". Use this property to accordingly display the title of its instances, e.g. somewhat bigger and with ordering number, if so desired.
Example:
"resourceTypes": [{
"id": "OT-Fld",
"title": "SpecIF:Heading",
"description": "Folders with title and text for chapters or descriptive paragraphs.",
"instantiation": ["user"],
"isHeading": true,
"propertyTypes": [{
"id": "AT-Fld-Name",
"title": "dcterms:title",
"dataType": "DT-ShortString"
}, {
"id": "AT-Fld-Text",
"title": "dcterms:description",
"dataType": "DT-FormattedText"
}],
"changedAt": "2016-05-26T08:59:00+02:00"
}]