Block
Table Name =
cms_block
Features
CRUD
Operation.- The block's file created will be generated here (
resources\views\components\blocks
). - Single/Bulk Deletion, Single/Bulk Publish Toggle, Single/Bulk Block regenerate
- Reserved data cannot be
deleted
. - The deleted data stores in trash and from trash it can be
restored
again. - When data is soft deleted the status get changed to
unpublished
. - The data can be permanently deleted from trash and cannot be recoverd.
- The publish
OFF
block writes empty on file and will not display on frontend. - On
Update
certain value of block's file, the previous value will bebackup
(_backup_<H:i>
).
Create
List
Update
Detail
Trash
Regenerate Block
Single/Bulk regenerate
The deletion, publish toggle,permanent delete and restore feature is same as in Menu
model.