Glossary

ContentBoot is just like a database.

Document Group

It likes the table in a database. But it has 3 modes.

  • Group: a group of table or group, it is used to organize the document groups.
  • Single Document: a traditional table, but only one document can be added to this document group.
  • Multiple Documents: a traditional table.

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.

Last Updated: