2496ec09a4
* Files based collections skeleton * listing file based cards * create new entry with collection * moved lookupEntry to main backend * Editing single page Collections file * List widget basic implementation * Adjustments for test-repo * check if value exists before trying to iterate over
3 lines
95 B
JavaScript
3 lines
95 B
JavaScript
export const FILES = 'file_based_collection';
|
|
export const FOLDER = 'folder_based_collection';
|