Docs: change unpkg links to pull 0.4 release (#455)
* Docs: change unpkg links to pull 0.4 release
This commit is contained in:
committed by
Benaiah Mischenko
parent
ff2cc154e1
commit
37cce53971
@ -30,7 +30,7 @@ CMS.registerWidget(field, control, \[preview\])
|
||||
**Example:**
|
||||
|
||||
```html
|
||||
<script src="https://unpkg.com/netlify-cms@^0.x/dist/cms.js"></script>
|
||||
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||
<script>
|
||||
var CategoriesControl = createClass({
|
||||
handleChange: function(e) {
|
||||
@ -60,7 +60,7 @@ Register a block level component for the Markdown editor
|
||||
**Example:**
|
||||
|
||||
```html
|
||||
<script src="https://unpkg.com/netlify-cms@^0.x/dist/cms.js"></script>
|
||||
<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
|
||||
<script>
|
||||
CMS.registerEditorComponent({
|
||||
// Internal id of the component
|
||||
|
Reference in New Issue
Block a user