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:editorialTypeas anothermetain thetopicmetaelement:<topicmeta> <othermeta name="ft:editorialType" content="article"/> </topicmeta> -
In Markdown content, declare the
ft:editorialTypein thetoc.ymlfile:toc: - filepath: "topic.md" metadata: - key: "ft:originId" value: "example" - key: "ft:title" value: "Example article" - key: "ft:editorialType" value: "article"