Erin Symons
68d6ad4a00
Update intro.md ( #887 )
...
Adding a new introduction to speak directly to developers about the awesomeness of this CMS.
2017-12-07 09:33:39 -08:00
Lennart Ziburski
45551770d3
Tweaked contributor layout
2017-12-07 17:04:08 +01:00
Lennart Ziburski
adba5c1ee1
Small tweaks to spacing
2017-12-07 16:28:21 +01:00
Lennart Ziburski
4ad0e29a95
Improved responsiveness, CTA in header, various fixes
2017-12-07 14:56:19 +01:00
Lennart Ziburski
479cdee524
Size and spacing improvements, killed secondary CTA, changed contributor layout, other fixes
2017-12-07 10:50:29 +01:00
Lennart Ziburski
49de2346a7
Inserted contributor avatars from GitHub
2017-12-07 10:03:55 +01:00
Lennart Ziburski
ec942b12bd
Merge pull request #1 from imorente/contributors
...
Make contributor data available to hugo
2017-12-07 09:47:12 +01:00
Jessica Parsons
92c1c0e002
Update widget docs ( #876 )
...
* Completed widget reference
* Rename extending.md to custom-widgets.md
* Move validation content into widget docs
* Add redirects for updated page titles
* Add note about yaml format options
* Add `field` option for `list`
* Add hidden widget
* Bold names of widget characteristics
2017-12-06 18:01:45 -08:00
Irene Morente
b4ad94e7e2
Make contributor data available to hugo
2017-12-06 17:09:29 -08:00
Lennart Ziburski
a019edb860
Copy changes
2017-12-07 00:48:22 +01:00
Lennart Ziburski
519a3d0fbd
Various fixes
2017-12-07 00:21:25 +01:00
Lennart Ziburski
d2274afff2
Website redesign
2017-12-07 00:21:25 +01:00
Caleb
834c5f4942
Throw if cannot infer format from file extension.
2017-12-06 10:23:08 -05:00
Caleb
326dd48cc0
Remove support for markdown and html as explicit formats.
...
The `frontmatter` format is the correct one to use here.
2017-12-06 10:23:08 -05:00
Caleb
d5ff92e47e
Throw config error if unsupported format.
2017-12-06 10:23:08 -05:00
Caleb
db14b9747a
Split collection config validator.
...
Also clarify collection validation messages.
2017-12-06 10:23:08 -05:00
Caleb
864083bc8b
Infer format from extension for new entries.
...
If a collection has no format specified, we try to infer the format from
the file extension when reading. This commit also allows us to infer the
format from the `extension` set in the config, so that we can still
create the correct format when making a new file.
2017-12-06 10:07:07 -05:00
Caleb
0e51cff231
Do not infer file format if collection specified.
...
Before, we always tried to infer a file's format, even if it was
explicitly specified in the collection's config. This commit makes it so
that we always use the format from the config if it is specified, and
only if it is not set do we try to infer it from the file extension.
2017-12-06 09:53:38 -05:00
Shawn Erquhart
9b2e51d75d
fix slate mark rendering
2017-12-06 01:02:41 -05:00
Caleb
2533b69bcd
Make docs links in README point to website. ( #864 )
2017-12-05 08:05:42 -08:00
Jessica Parsons
155f40e5e4
Migrate netlify-cms-www site into this repo ( #860 )
...
* Add frontmatter to docs files (prep to move)
* Move docs into position for website migration
* Migrate website from netlify-cms-www
Some modifications, including most of the changes in https://github.com/netlify/netlify-cms-www/pull/58 (previously reverted).
Also updated the readme and added hugo-bin for quicker onboarding of new docs contributors.
* Remove netlify.toml
This allows separate build commands for cms-demo and netlifycms.org.
* Remove website/netlify.toml
May re-add later, but it's not doing anything for now.
* Remove unused content file
2017-12-04 16:42:20 -08:00
Alexander Kushi-Willis
8e529ee7cc
Added basic documentation for select widget ( #806 )
2017-12-04 10:51:31 -08:00
Shawn Erquhart
8b24d1c12d
Fix badge consistency
2017-12-01 14:55:04 -05:00
Shawn Erquhart
6f3e3b92de
Fix gitter badge
2017-12-01 14:53:56 -05:00
Shawn Erquhart
f8c559a02c
Switch community info to Gitter
2017-12-01 14:50:29 -05:00
Damien Duhamel
2e7e66dc29
Fixes #846 Backspace removes empty blocks ( #854 )
...
* Fixes backspace remove empty block
* rename data to event
2017-11-30 12:09:13 -05:00
Caleb
28924eeea5
Drop outdated Gatsby note from quick start docs. ( #850 )
2017-11-28 15:48:40 -08:00
Shawn Erquhart
6eeeae485c
Release 0.7.6
2017-11-27 22:52:58 -05:00
Shawn Erquhart
0caae558f9
handle when a date/datetime field is updated to empty
2017-11-27 22:41:47 -05:00
Shawn Erquhart
a7ad6d570e
allow empty default date value
2017-11-27 22:25:00 -05:00
Shawn Erquhart
1a7c999f12
simplify date time initial value set
2017-11-27 22:25:00 -05:00
Benaiah Mischenko
b5b7fab2a7
Coerce includeTime to a boolean
2017-11-27 22:25:00 -05:00
Benaiah Mischenko
d6c0505c49
Fixes for date formatting PR
2017-11-27 22:25:00 -05:00
Mathias Biilmann Christensen
688332410c
Keep old behevior if no format attribute is set on date widgets
2017-11-27 22:25:00 -05:00
Mathias Biilmann Christensen
704f1144ed
Make date and datetime widget respect format attribute
2017-11-27 22:25:00 -05:00
Caleb
68f00987d2
Add global error boundary.
...
This adds an error boundary around the entire app, so that a crash does
not just show up as an empty white screen.
2017-11-27 22:22:18 -05:00
Mathias Biilmann Christensen
44cc9cbd6f
Update bundled version of gotrue-js to latest
2017-11-27 20:45:19 -05:00
Caleb
ed5bf36edd
Enable WebPack scope hoisting.
...
This is only enabled for the production build, as it breaks Hot Module
Reloading.
2017-11-27 16:58:35 -05:00
Igor Kuznetsov
2f75e3a286
Add igk1972 to contributors ( #784 )
2017-11-27 15:56:57 -05:00
Igor Kuznetsov
56b1c7be3a
Add oauth-provider-go to authentication-backends.md
2017-11-27 15:56:57 -05:00
Caleb
a72a08f7a2
Add JSON as manually supported format.
2017-11-27 15:37:37 -05:00
Caleb
5271e0f7e7
Fix empty image fields saving null or undefined.
2017-11-27 15:28:41 -05:00
Jessica Parsons
0515a70c03
Additional edits to auth doc
2017-11-27 15:11:58 -05:00
Shawn Erquhart
fecfd000b0
proposed changes to auth docs update ( #780 )
2017-11-27 15:11:58 -05:00
Jessica Parsons
92fae8a903
Update Authentication doc to cover all backends
2017-11-27 15:11:58 -05:00
Shawn Erquhart
8bd48e164b
Revert "remove internal docs"
...
This reverts commit 8cfe2c549dc350bb7650c1b0321813c5f17ce2d8.
2017-11-27 14:22:11 -05:00
Shawn Erquhart
8cfe2c549d
remove internal docs
2017-11-27 13:48:44 -05:00
Shawn Erquhart
5647b5c3c2
update slate snapshots
2017-11-27 12:08:40 -05:00
Shawn Erquhart
8ef0769a07
move slate-react to 0.10.11 until scroll bug fixed
2017-11-27 12:08:40 -05:00
Shawn Erquhart
b25e7de15e
Update Slate to 0.30.0
2017-11-27 12:08:40 -05:00