Glossary
ContentBoot is just like a database.
Document Group
It likes the table
in a database. But it has 3 modes.
Group
: a group oftable
orgroup
, it is used to organize the document groups.Single Document
: a traditionaltable
, but only one document can be added to thisdocument group
.Multiple Documents
: a traditionaltable
.
Template and Field
Template likes the table schema
in database. Field like the table column
in database. You can define a template with multiple fields.
Document
It likes the record
of a table in database.