onedrop/assetsync-box

Sync files from box.com into Neos Media

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:neos-package

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

This package is auto-updated.

Last update: 2024-04-18 01:54:47 UTC


README

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>