Skip to content

Use property "isHeading" to display the instance's titles as heading #2

@odungern

Description

@odungern

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"
}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions