You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Canto offers tags, keywords, categories, folders and custom fields to structure assets. Those should be usable in Neos.
My take on a possibe configuration is this:
Flownative:
Canto:
mapping:
# map "Custom Fields" from Canto to NeoscustomFields:
# Foo Bar Baz # the name in Canto, for readbility'meta_multichoice_0': # the id in antoasAssetCollection: false # map to an asset collection named after the fieldvaluesAsTags: false # map field values to Neos tags; if true an asset is assigned a tag corresponding to the value, if false any asset "having the field" is in the collectioninclude: [] # only include the listed field values as tagsexclude: [] # exclude the listed field values as tags# map Canto tags to Neos Tagstags:
enabled: falseinclude: [] # only include the listed tagsexclude: [] # exclude the listed tags# map Canto keywords to Neoskeywords:
asTags: falsegroupInCollection: 'Keywords'include: [] # only include the listed keywordsexclude: [] # exclude the listed keywords# map Canto folders to Neosfolders:
enabled: falseasAssetCollections: false # map to an asset collections named after the foldersasTags: false # map to tags named after the folderslevels: 1# if more than 1 nested folders will be mapped to names ("Parent / Child")include: [] # only include the listed foldersexclude: [] # exclude the listed folders
The configuration shown above is "future-proof", the options can be implemented as needed. And when Neos evolves (e.g. gets support for folders), that can be implemented without breaking the configuration or causing unneeded confusion.)
The text was updated successfully, but these errors were encountered:
Canto offers tags, keywords, categories, folders and custom fields to structure assets. Those should be usable in Neos.
My take on a possibe configuration is this:
The configuration shown above is "future-proof", the options can be implemented as needed. And when Neos evolves (e.g. gets support for folders), that can be implemented without breaking the configuration or causing unneeded confusion.)
The text was updated successfully, but these errors were encountered: