Image Album
Table Name =
cms_album
,cms_gallery
Features
- An image album detail is created and stored in cms_album.
- On specific image album, we can upload multiple images.
- Multiple images are stored in cms_gallery.
- We can select cover image for each album.
- We can update image for each album.
- When data is soft deleted the status get changed to
unpublished
. - The data can be permanently
deleted
from trash and cannot be recoverd.
Image Album Form
Image Album List
Images List
Video Album
Table Name =
cms_video_album
,cms_video_gallery
Features
- A video album detail is created and stored in cms_video_album.
- On specific video album, we can add multiple video URLs.
- Multiple video URLs are stored in cms_video_gallery.
- We can update image for each video.
- When data is soft deleted the status get changed to
unpublished
. - The data can be permanently
deleted
from trash and cannot be recoverd.