Fluid Topics considers publications to be a book by default, no matter the publishing format.
It is also possible to explicitly define the editorial type. For example:
-
In DITA content, in a standard map, declare the
ft:editorialType
as anothermeta
in thetopicmeta
element:<topicmeta> <othermeta name="ft:editorialType" content="article"/> </topicmeta>
-
In Markdown content, declare the
ft:editorialType
in thetoc.yml
file:toc: - filepath: "topic.md" metadata: - key: "ft:originId" value: "example" - key: "ft:title" value: "Example article" - key: "ft:editorialType" value: "article"