Skip to main content

Reference: app configuration

This page documents the means of configuring Paradicms apps and the static site generation process.

AppConfiguration

App configuration is specified by an (RDF) instance of AppConfiguration. The latter can be included in the same data source you use for your collection data or in an auxiliary data source such as files.

For example, you can add an AppConfiguration sheet to a spreadsheet (as in the Google Sheets template) or an AppConfiguration file (as in the directory template). The AppConfiguration follows the usual rules of the format, just like other Paradicms logical data models

Properties

TermIRIDescriptionCardinalityValueTypeExample values
appconfiguration:appIdentifier of one of the Paradicms apps0..1stringwork-search
stylesheetconfiguration:stylesheetAbsolute or relative URL of a Bootstrap 5 CSS file0..1string or IRIhttp://example.com/bootstrap.min.css
titleconfiguration:titleSite title, used in the HTML title tag and other parts of the app0..1stringMy collection

Other classes

Instances of Property and PropertyGroup (e.g., RdfProperty, CmsPropertyGroup) may also affect the behavior of apps by e.g., making certain properties filterable and fulltext-searchable. See the logical data models reference for more information.