diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-02-09 17:28:21 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-02-09 17:28:21 -0400 |
| commit | 3c98e89daad1e312907c6f5f614b44b38f65408e (patch) | |
| tree | 69dee2add4069c8331dae0880c266bee7b6313a6 /src/data/things/content/ReferencingSourcesEntry.js | |
| parent | df5ff85bdc2d56cbb8ef4d104dd7b82867ecca73 (diff) | |
data, content, html: FlashAct.nameHTML
Diffstat (limited to 'src/data/things/content/ReferencingSourcesEntry.js')
| -rw-r--r-- | src/data/things/content/ReferencingSourcesEntry.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data/things/content/ReferencingSourcesEntry.js b/src/data/things/content/ReferencingSourcesEntry.js index 4b27b313..de7deba0 100644 --- a/src/data/things/content/ReferencingSourcesEntry.js +++ b/src/data/things/content/ReferencingSourcesEntry.js @@ -3,6 +3,8 @@ import Thing from '#thing'; import {exposeConstant} from '#composite/control-flow'; +import {hasAnnotationPart} from '#composite/things/content'; + import {ContentEntry} from './ContentEntry.js'; export class ReferencingSourcesEntry extends ContentEntry { @@ -13,5 +15,7 @@ export class ReferencingSourcesEntry extends ContentEntry { // Expose only isReferencingSourceEntry: exposeConstant(V(true)), + + isWikiEditorSource: hasAnnotationPart(V('wiki editor')), }); } |