mirror of https://github.com/halo-dev/halo
23 lines
470 B
YAML
23 lines
470 B
YAML
apiVersion: storage.halo.run/v1alpha1
|
|
kind: PolicyTemplate
|
|
metadata:
|
|
name: local
|
|
spec:
|
|
displayName: Local Storage
|
|
settingRef:
|
|
name: local-policy-template-setting
|
|
---
|
|
apiVersion: v1alpha1
|
|
kind: Setting
|
|
metadata:
|
|
name: local-policy-template-setting
|
|
spec:
|
|
forms:
|
|
- group: default
|
|
label: Default
|
|
formSchema:
|
|
- $formkit: text
|
|
name: location
|
|
label: 存储位置
|
|
help: ~/halo-next/attachments 下的子目录
|