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
Term | IRI | Description | Cardinality | ValueType | Example values |
---|---|---|---|---|---|
app | configuration:app | Identifier of one of the Paradicms apps | 0..1 | string | work-search |
stylesheet | configuration:stylesheet | Absolute or relative URL of a Bootstrap 5 CSS file | 0..1 | string or IRI | http://example.com/bootstrap.min.css |
title | configuration:title | Site title, used in the HTML title tag and other parts of the app | 0..1 | string | My 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.