@cleverlance-enterprise-solutions/strapi-plugin-cloudinary-field

This is the description of the plugin.

Usage no npm install needed!

<script type="module">
  import cleverlanceEnterpriseSolutionsStrapiPluginCloudinaryField from 'https://cdn.skypack.dev/@cleverlance-enterprise-solutions/strapi-plugin-cloudinary-field';
</script>

README

strapi plugin cloudinary field

installation

yarn strapi install cloudinary-field

development

setup new custom strapi instance

official docs

yarn create strapi-app cloudinary-field-plugin-test --quickstart

cd cloudinary-field-plugin-test

# create a sym-link for cloned plugin repo:

# start project: 
yarn dev --watch-admin

  1. Clone repo

  2. Create symlink for custom cloudinary-field-page-hierarchy

# MacOS
ln -s {{ROOT_PATH}}/strapi-plugin-cloudinary-field {{ROOT_PATH}}/cloudinary-field-plugin-test/plugins/cloudinary-field

rem Windows
New-Item -ItemType SymbolicLink -Name .\examples\getstarted\plugins\menu -Target .\packages\strapi-plugin-menu\
  1. Code installation/setup
# cd {{ROOT_PATH}}/

# cd {{ROOT_PATH}}/examples/getstarted
yarn build
yarn dev # its alias for `yarn develop --watch-admin`

# open URLs:
> http://localhost:8000/admin
> http://127.0.0.1:1337/documentation/v1.0.0
> http://localhost:1337/graphql

windows troubleshooting

set HOST env variable for localhost

HOST=127.0.0.0