10 Commits

Author SHA1 Message Date
1bef9939c3 Remove deprecated setting from example config.yml
The `card` setting in the example config.yml was used in the first iteration of the card UI.
The code was later changed to infer the fields that appear in the card, instead of having to configure them (see commit 2a2497072dd2c538735a92a1f6e93de6af7c796d).
The old card settings, however, were left in the example configuration file, which leads to confusion.
2017-05-11 08:43:35 -07:00
17b40b58ea fix frontmatter stringification for date fields
Switches back to custom frontmatter stringification
until support lands in preliminaries. This is necessary
because we use custom schemas for certain data types,
such as dates and times.
2017-04-21 10:34:33 -07:00
881c0b0958 Fixes #113 Add ability to disable editor preview for a collection 2017-04-14 13:26:09 +01:00
570712c0de #315 fix example optional field 2017-03-29 15:12:28 -04:00
6b73c39ba8 Support for object widget 2016-10-28 04:51:37 +02:00
80a2cefbf0 Add json format support 2016-10-27 15:33:15 +02:00
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
ea9923e0c8 content Cards refactor 2016-07-12 17:04:21 -03:00
1741c12bea First CardUI commit 2016-07-11 18:57:54 -03:00
c60d8ba706 Initial commit 2016-02-25 00:45:56 -08:00