You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of the editor can be found in [Summernote Documentation](https://summernote.org/getting-started/), such as configuration language and height.
43
42
```php
44
43
'config' => [
45
44
'lang' => 'zh-CN',
46
45
'height' => 500,
47
46
]
48
47
```
49
48
50
-
## 使用
49
+
## Usage
51
50
52
-
在form表单中使用它:
51
+
Use it in the form:
53
52
```php
54
53
$form->summernote('content');
55
54
```
56
55
57
-
## 支持
56
+
## Donate
57
+
58
+
> Help keeping the project development going, by donating a little. Thanks in advance.
0 commit comments