onedrop/assetsync-box

Sync files from box.com into Neos Media

Maintainers

Package info

github.com/1drop/assetsync-box

Type:neos-package

pkg:composer/onedrop/assetsync-box

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-18 05:37:50 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>