Closed blackfyre closed 1 year ago
PB stores the files in a collection_id / record_id folder with the original name (which is stored as the file name), if thumbnail generation is enabled, an additional snake case folder is also created containing the thumbnail. For example
collection_id
record_id
artworks/ - artwork_id/ -- thumbs_the_image.jpg/ --- 100x100_the_image.jpg -- the_image.jpg
PB stores the files in a
collection_id
/record_id
folder with the original name (which is stored as the file name), if thumbnail generation is enabled, an additional snake case folder is also created containing the thumbnail. For example