1.4.3原版
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1alpha1
|
||||
kind: Setting
|
||||
metadata:
|
||||
name: plugin-friends-settings
|
||||
spec:
|
||||
forms:
|
||||
- group: base
|
||||
label: 基本设置
|
||||
formSchema:
|
||||
- $formkit: text
|
||||
label: 页面标题
|
||||
name: title
|
||||
validation: required
|
||||
value: '友链朋友圈'
|
||||
- $formkit: text
|
||||
label: 朋友圈列表显示条数
|
||||
name: pageSize
|
||||
validation: required|Number
|
||||
value: 10
|
||||
Reference in New Issue
Block a user