Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 458 Bytes

Neos asset sync from box.com

Based on 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>