Sapphire offers you Content Creator - a tool to create, store, edit content for your website. You can create for example list of posts on your blog, products for your store, translations for your website etc.
Collections
In content creator you can create collections of data, just like in database you create tables.
Collection has unique name, also it has schema of data (e.g. title, price etc).
Collection has properties (id, uuid, name, created_at, created_by, updated_at, updated_by) they are appended to each data entry and filled. Properties can be only updated when collection is empty!
Data types
Collection schemas contains variables (e.g. title, price) each of them has type.
Types are:
- Short Text (512 chars length)
- Rich Text (65536 chars length - with rich text editor)
- Long Text (32768 chars length)
- Integer Number (2**32 max size, contains only integer numbers)
- Floating-point Number (2**32 max size, contains only floating-point numbers)
- Date (Contains date in dd/mm/yyyy format)
- Image (Contains image from assets selector)
- Images Collection (Contains more than one image from assets selector)
- Video (Contains one video from assets selector)
- Videos Collection (Contains more than one video from assets selector)
- Multimedia Collection (Contains more than one video or image from assets selector)
- Mixed Array (Array of Simple Texts)