From 38187d26f46d44c6b2a7eaac74e8880394d73bfd Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Thu, 18 Jan 2024 10:40:29 -0600 Subject: [PATCH] Add documentation for "class" system field (#6990) Fixes #6915 --- core/language/en-GB/Fields.multids | 1 + editions/tw5.com/tiddlers/concepts/TiddlerFields.tid | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/language/en-GB/Fields.multids b/core/language/en-GB/Fields.multids index 1330e60a0..68804f082 100644 --- a/core/language/en-GB/Fields.multids +++ b/core/language/en-GB/Fields.multids @@ -4,6 +4,7 @@ _canonical_uri: The full URI of an external image tiddler author: Name of the author of a plugin bag: The name of the bag from which a tiddler came caption: The text to be displayed on a tab or button +class: The CSS class applied to a tiddler when rendering it - see [[Custom styles by user-class]]. Also used for [[Modals]] code-body: The view template will display the tiddler as code if set to ''yes'' color: The CSS color value associated with a tiddler component: The name of the component responsible for an [[alert tiddler|AlertMechanism]] diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid index 0f9b830a7..22017c570 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid @@ -24,7 +24,7 @@ The standard fields are: Other fields used by the core are: |!Field Name |!Description | -|`class` |<> | +|`class` |<<.from-version "5.1.16">> <> | |`code-body` |<<.from-version "5.2.1">> <> | |`color` |<> | |`description` |<> |