Container
An Container is a placeholder in a template for some content (or component).
I have considered 3 types of Containers:
- Global
- Page
- Simple
A Global Template will have n Global Containers, each of which can contain a Global Component.
A Global Template will have only 1 Page Container for a Page Component.
A Page Template will have n Simple Containers for Simple Components such as text, image, richtext, date etc.
A Simple Container is the same as an element, data class, marker or placeholder in other CMS Systems.
