shamsi-datepicker-strapi-plugin
v1.0.0
Published
An strapi plugin for making date types in Shamsi.
Readme
Shamsi datepicker strapi plugin
An strapi plugin for making date types in shamsi calender.
Getting started
yarn add shamsi-datepicker-strapi-plugin
Development Process
- Create a folder named
pluginsinsrcdirectory of your strapi app - Create another folder named
shamsi-datepicker-strapi-plugin(or any name you want) inpluginsdirectory and copy all of this repository there. - Create a file named
plugins.jsinconfigdirectory of your strapi app if it doesn`t exist - Add the following code to
config/plugins.js
module.exports = {
// ...
"shamsi-datepicker-strapi-plugin": {
enabled: true,
resolve: "./src/plugins/shamsi-datepicker-strapi-plugin",
},
// ...
};- In the terminal run
cd src/plugins/shamsi-datepicker-strapi-pluginandyarn install - cd back to the root directory of your strapi app and run
yarn build - Now you can run
yarn develop
👋 have a nice time.
