20 Commits

Author SHA1 Message Date
9c869be8fa migrate visual editor from prosemirror to slate 2017-08-25 16:24:12 -04:00
49b3a62823 attempt prosemirror update, troubleshooting 2017-08-25 16:24:12 -04:00
6af9a3155c add example of custom relation widget with custom preview 2017-07-10 15:05:08 -04:00
66a683bef1 hide hidden widget in object and list controls 2017-06-28 16:12:35 -04:00
4a7eabd7f9 fix kitchen sink content, add boolean defaults 2017-06-09 15:25:47 -04:00
195f822739 add kitchen sink entry to example project 2017-06-07 23:23:09 -04:00
a6ce057a42 remove filter/language from example 2017-06-01 15:47:56 -04:00
544cb786ee #407 Add collection filtering by field and value 2017-05-25 15:34:57 -07:00
982d1db25d Removed test line 2017-05-17 08:55:19 -07:00
31a610e22e Tests left over field value for null 2017-05-17 08:55:19 -07:00
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