Skip to content

Commit

Permalink
add z to config
Browse files Browse the repository at this point in the history
  • Loading branch information
dwqdaiwenqi committed Mar 14, 2018
1 parent 4cc40de commit 0d6b11d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cnpm install editor-ovo --save
```

# CDN
* [https://unpkg.com/[email protected].5/dist/scripts/main1.js](https://unpkg.com/[email protected].5/dist/scripts/main1.js)
* [https://unpkg.com/[email protected].6/dist/scripts/main1.js](https://unpkg.com/[email protected].6/dist/scripts/main1.js)


# Usage
Expand Down Expand Up @@ -95,9 +95,11 @@ new Editor({
//不必须,默认是false
//如果数据库不支持切换到utf8mb4的存储方式,那么可以将参数设置为true
//将'😁'转换为实体'😁' 进行存储
convert_into_entities : true
,convert_into_entities : true
//////

//不必须,编辑器的层级,默认是100
,z_index : 1234
//不必须,默认的提示信息如下
,config : {
//都不是必须
Expand Down
Binary file removed example/upload/image-1520995139794.png
Binary file not shown.

0 comments on commit 0d6b11d

Please sign in to comment.