blog-easy-client
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "blog-easy-client", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "A javascript client library for blog-easy which integrates a fully automated blog CMS (content management system) which makes it easy to create and publish blog post", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,3 +23,6 @@ # blog-easy-client | ||
--- | ||
![Preview 1](https://allkods.in/img/prevvv1.jpg)![Preview 1](https://allkods.in/img/prev2.jpg)![Preview 1](https://allkods.in/img/prev3.jpg)![Preview 1](https://allkods.in/img/prev4.jpg) | ||
![Preview 1](https://user-images.githubusercontent.com/86558781/193528252-1c3060a7-be38-47be-bdde-abd9a909382c.png) | ||
![Preview 2](https://user-images.githubusercontent.com/86558781/193528261-d5aa4653-811b-4f69-84fb-ab8caf52bb85.png) | ||
![Preview 1](https://user-images.githubusercontent.com/86558781/193528275-ed31fc10-3f3a-4c7e-9a04-f7472a66ac64.png) | ||
![Preview 1](https://user-images.githubusercontent.com/86558781/193528290-de8c6709-af58-477e-aa19-b28aa8afc0dc.png) | ||
--- | ||
@@ -38,3 +41,3 @@ ## Installation | ||
```javascript | ||
<script src="https://cdn.jsdelivr.net/npm/cdn-allkods@1.2.0/blog-easy-client-1.2.0.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/cdn-allkods@1.3.0/blog-easy-client-1.3.0.min.js"></script> | ||
``` | ||
@@ -54,4 +57,5 @@ | ||
post: /* URL or route where the data will be posted */, | ||
type: /* can be upload or edit */ | ||
}) | ||
type: /* can be upload or edit */, | ||
theme : /* can be dark or light */ | ||
} | ||
``` | ||
@@ -64,3 +68,4 @@ | ||
post: '/blogPost', | ||
type: 'upload' | ||
type: 'upload', | ||
theme : 'light' | ||
}) | ||
@@ -74,3 +79,4 @@ ``` | ||
post: '/blogPost', | ||
type: 'edit' | ||
type: 'edit', | ||
theme : 'light' | ||
}) | ||
@@ -87,2 +93,3 @@ ``` | ||
type: 'upload', | ||
theme : 'light', | ||
class:{ | ||
@@ -89,0 +96,0 @@ header : 'custom_class_name', |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88197
1789
124