Skip to content

Commit

Permalink
[ImageBlock] Try to disable autosaving
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricewijnia committed Oct 14, 2019
1 parent b64e3b7 commit d0c50f5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/resources/js/api/data/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"category",
"post_tag"
],
"viewable": "true",
"viewable": false,
"saveable": false,
"publishable": false,
"autosaveable": false,
"rest_base": "posts"
},
"page": {
Expand All @@ -41,6 +44,9 @@
},
"taxonomies": [],
"viewable": false,
"saveable": false,
"publishable": false,
"autosaveable": false,
"rest_base": "pages"
},
"attachment": {
Expand Down Expand Up @@ -79,4 +85,4 @@
},
"viewable": true
}
}
}

0 comments on commit d0c50f5

Please sign in to comment.