onedrop/assetsync-box

同步 box.com 中的文件到 Neos 媒体

安装: 0

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 0

开放问题: 0

类型:neos-package

dev-master 2019-03-17 11:33 UTC

This package is auto-updated.

Last update: 2024-09-18 02:44:56 UTC


README

基于 dl/assetsync

DL:
  AssetSync:
    sourceConfiguration:
      boxCom:
        sourceClass: Onedrop\AssetSync\Box\Source\BoxComSource
        fileIdentifierPattern: '.+\.(gif|jpg|jpeg|tiff|png|pdf|svg)'
        removeAssetsNotInSource: false
        assetTags:
          - boxCom
        sourceOptions:
          folderId: <folderId>
          clientId: <clientId>
          clientSecret: <clientSecret>