Skip to content

Commit

Permalink
override read-write error in decap
Browse files Browse the repository at this point in the history
Fixes #16

A stale bug in Decap CMS. 3 Years old and unlikely to be fixed. Longer term as this system seems to be used, should either replace decap or vendorise and fix it.

decaporg/decap-cms#5092
  • Loading branch information
SallyMcGrath committed Jul 26, 2023
1 parent fcb0f78 commit 7d7c626
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<title>Content Manager</title>
<!-- Include the script that enables Netlify Identity on this page. -->
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<!-- Decap CMS bugfix, see https://github.com/decaporg/decap-cms/issues/5092 -->
<style>
[data-slate-editor] {
-webkit-user-modify: read-write !important;
}
</style>
</head>
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
Expand Down

0 comments on commit 7d7c626

Please sign in to comment.