mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
ac5a01614b
Fixes an incompatibility with SelectUploadField in CWP
17 lines
431 B
YAML
17 lines
431 B
YAML
---
|
|
Name: dmsconfig
|
|
---
|
|
SiteTree:
|
|
extensions:
|
|
- DMSSiteTreeExtension
|
|
# Whether to show the document sets tab in the CMS for the page type this extension is applied to
|
|
documents_enabled: true
|
|
|
|
HtmlEditorField_Toolbar:
|
|
extensions:
|
|
- DocumentHtmlEditorFieldToolbar
|
|
|
|
# Ensure that if the parent UploadField is overloaded with the injector, that the DMSUploadField is returned
|
|
Injector:
|
|
DMSUploadField: DMSUploadField
|