static-cms/src/constants/collectionTypes.js
Cássio Souza 2496ec09a4 Single file collections (#132)
* 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
2016-10-21 20:42:14 -02:00

3 lines
95 B
JavaScript

export const FILES = 'file_based_collection';
export const FOLDER = 'folder_based_collection';