* Change section title allow empty.

This commit is contained in:
caoyanyi
2023-08-30 13:48:22 +08:00
parent 4a7351229e
commit 8a2b297d64
+1 -1
View File
@@ -5,7 +5,7 @@ namespace zin;
class section extends wg
{
protected static array $defineProps = array(
'title: string', // 标题
'title?: string', // 标题
'content?: string|array', // 内容
'useHtml?: bool=false', // 内容是否解析 HTML 标签
);