Chloe Sun

Results 12 comments of Chloe Sun

Would like to see some examples, maybe start with [ant-design-pro-layout](https://github.com/ant-design/ant-design-pro-layout)? It is a much lighter component

Is there a workaround to do bulk create/edit before this feature is implemented? I'd like to see some examples, thanks all!

@Aurelsicoko Thanks for the code sample, is it possible to show some examples of POST and PUT bulk request? Thanks a lot!!!

@SalahAdDin thanks for sharing your solution. Just to verify your process: 1, create `plugins` directory 2, `cd plugins` 3, `git submodule add https://github.com/lazurey/strapi-plugin-content-export-import.git plugins/content-export-import` 4, install those three dependencies at...

@SalahAdDin I tried and the folder structure looks like this, but after deployment, this plugin is still unavailable with Heroku. Anything wrong? Thanks!! ![module](https://user-images.githubusercontent.com/13730281/119560991-9fcf0c80-bd72-11eb-82ec-0402d966d6e4.PNG) ![gitmodule](https://user-images.githubusercontent.com/13730281/119560997-a198d000-bd72-11eb-8062-4057686e2739.PNG)

@SalahAdDin I set up the auto-deploy with Heroku, so technically after pushing to Github, it will redeploy. Here is my repo https://github.com/chloesun/ESDB_strapi, looks right to you? I still don't see...

@SalahAdDin thanks for your speedy reply, I even restart an app with Heroku, and manually deploy it, but still not showing this plugin.....

@SalahAdDin Here is the build log of Heroku ``` -----> Building on the Heroku-20 stack -----> Using buildpack: heroku/nodejs -----> Node.js app detected -----> Creating runtime environment NPM_CONFIG_LOGLEVEL=error USE_YARN_CACHE=true NODE_VERBOSE=false...

@SalahAdDin Thanks so much, I tried deploying with Heroku cli, and this time it worked! In the log, `remote: Cloning into 'plugins/content-export-import'... remote: Submodule path 'plugins/content-export-import': checked out 'ccd9b9c933c70417db758ebb2e3c46028354cc78' remote:...