mirror of
https://github.com/codex-team/editor.js
synced 2026-03-17 08:05:47 +01:00
Change textareaId to holderId release.1.6.0
This commit is contained in:
parent
291c687f25
commit
53fb12dc7e
7 changed files with 11 additions and 12 deletions
|
|
@ -13,7 +13,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<textarea name="" id="codex_area" cols="30" rows="10" hidden></textarea>
|
||||
<div id="codex-editor"></div>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<script>
|
||||
codex.editor.start({
|
||||
textareaId : "codex_area",
|
||||
holderId : "codex-editor",
|
||||
initialBlockPlugin : 'paragraph',
|
||||
hideToolbar: false,
|
||||
tools : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue