Is it possible in Layer config to add specific metadata #281
-
Is it possible to add some layer config specific attributes to a collection? I am trying to get my project creating the base
It wont work. or even The folder structure is this:
and the config starts at the
I had added the attributes bit initially and was testing it but this will still run ok for the moment. I would have expected to get:
but I only get the elementFolders, which sit under the So I thought could I add in a layerConfig specific attributes and add that to a specific layerConfig, this would mean setting each layer config to start at Any suggestions, otherwise this is a great system! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind, I reworked the code to save all intermediate folders into metadata. Filtered out the non image ones during DNA to Image layer processing and added in a new set of functions to generate custom metadata based on specific flows in the DNA using regexes. Adds some processing time on the top of the |
Beta Was this translation helpful? Give feedback.
Nevermind,
I reworked the code to save all intermediate folders into metadata. Filtered out the non image ones during DNA to Image layer processing and added in a new set of functions to generate custom metadata based on specific flows in the DNA using regexes.
Adds some processing time on the top of the
build
action but means this all works and is adaptable.