Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Implement actual Canto tags to be used as Neos tags #31

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

danielkestler
Copy link

This PR adds the feature to use actual Canto tags instead of custom fields to use in the media browser. I don't know if you need/want this, or if there were any reasons to omit this feature and use custom fields in the first place.

It is configurable, similar to the custom fields mapping:

Flownative:
  Canto:
    # At the moment, this is "either or", so use custom fields or tags for mapping, not both
    mapping:
      # map "Custom Fields" from Canto to Neos
      customFields: []
      # map "Tags" from Canto to Neos
      tags:
        field: 'tags'
        limit: 20
        include: []
        exclude: ['Untagged']

Asset count per tag is cached for performance reasons for one hour.

A new CLI command "importtags" can be used to import the tags first, then they are shown in the media browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant