28 Commits

Author SHA1 Message Date
soupette
bba6f9d85f Merge branch 'master' of github.com:strapi/strapi into add-cypress 2018-11-20 18:46:31 +01:00
soupette
4b26453e0e Fix schema 2018-11-16 18:32:26 +01:00
Alberto Maturano
8fcbb1978f refactor: Fix misuse of map method
`map` should create a new Array so a `return` is expected inside the
callback param. `forEach` is the corrent method to use for just iterate
over array elements.
2018-11-15 15:51:23 -06:00
Jim LAURIE
5900e4f3c2
fix lint space 2018-11-08 11:18:51 +01:00
Javier Castro
1fce5221bb Fix #2186: Content Manager sends me to blank page 2018-11-07 10:33:59 -03:00
ByoungYong Kim
f683da78ec Fixed lint errors that I didn't put semi-colons 2018-10-09 11:23:25 +02:00
ByoungYong Kim
4beab15bc3 Fixed that plugin-content-manager's bootstrap code mutates global models 2018-10-08 13:17:07 +02:00
soupette
14fc74def4 Add comments to ctm/ bootstrap file and split functions 2018-08-21 17:43:17 +02:00
soupette
3d42a91a0c Remove react-sortable-hoc 2018-08-09 17:02:15 +02:00
soupette
39a937851a Display updatedAt and createdAt fields in both the edit and list view of the ctm 2018-08-03 17:40:39 +02:00
soupette
043838ba3f Handle added upload relations 2018-07-31 14:54:52 +02:00
soupette
6bf3ddeea9 Update displayed fields when removing a field from the content type builder 2018-07-30 13:59:25 +02:00
soupette
54aef15b75 Handle add attr logic 2018-07-27 17:24:58 +02:00
soupette
fb8c3d2297 Handle display edit layout 2018-07-26 13:33:57 +02:00
soupette
4916f9277b Use the default layout to prevent from displaying sensitive field in the admin 2018-07-23 16:59:30 +02:00
Jim LAURIE
87a051e712 Move layout files in core store 2018-07-23 15:12:33 +02:00
cyril lopez
f4996b3663 Dynamic form to edit the label description of an either an input or a displayed relation 2018-07-20 15:23:09 +02:00
soupette
5620101613 Fix bug when no relations for the editDisplay object 2018-07-16 18:53:33 +02:00
soupette
cd5419468c Add data in editDisplay object in order to override the label and placeholder of an input 2018-07-16 18:45:52 +02:00
soupette
6cc063e98c Add new key in schema to display the editView fields
Design the relation drag & sort
2018-07-16 12:29:57 +02:00
cyril lopez
f1bc53aea3 Fix apply default settings to new apis 2018-07-06 13:21:50 +02:00
cyril lopez
23a354092b PUT new settings 2018-07-05 17:57:30 +02:00
cyril lopez
56152f4462 Update schema in ctm bootstrap file to reflect the updated values 2018-07-05 17:09:34 +02:00
cyril lopez
4393511aab Created SettingPage container and add the form to modify the default settings per content type 2018-06-29 15:07:15 +02:00
cyril lopez
cc49c29f99 Update recursively schema on change 2018-06-28 17:54:24 +02:00
cyril lopez
b396b29624 Fix ListView with new data 2018-06-28 12:12:54 +02:00
cyril lopez
4aa46c5d0f Store config in core_store 2018-06-28 09:31:17 +02:00
cyril lopez
039d9e5856 Front-end config in core-store 2018-06-27 19:00:19 +02:00