silverstripe / content-services
2.0.7
2020-06-22 04:55 UTC
Requires
- silverstripe/cms: >=3.1.0
- symbiote/silverstripe-multivaluefield: ~2.4
Replaces
README
提供围绕系统中内容引用方式的抽象
概述
通过ContentReader和ContentWriter对象抽象读写文件的过程,这些对象由ContentService连接,简化了这些对象的创建和管理。
内容项通过ContentId进行引用,ContentId是一个表示存储类型并从该存储位置检索内容的方式的字符串,例如
file:||content/folder/342/1233e342/filename.txt
包含基于文件系统的ContentReader/Writer对实现,将内容存储在content/目录中。
有关更多讨论,请参阅https://groups.google.com/forum/?hl=en&fromgroups=#!topic/silverstripe-dev/Z7CmioND5Ow。
需求
- SilverStripe 3.0
- MultiValueField