This repo holds the contents of the importing/
path at the root of your Chevereto application. It shows how to provide content to be programmatically imported to Chevereto V3.
- Import images as guest.
- Any folder structure will be ignored.
- Top-level folders will be handled as
album_name
. - Images will belong to
album_name
.
- Top-level folders will be handled as
username
. - Second-level folders will be parsed as
album_name
belonging tousername
. - Images will belong to
username
, underalbum_name
.
Check the Bulk Content Importer Documentation.