-
Notifications
You must be signed in to change notification settings - Fork 116
Import multiple asset folder of images #252
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
Comments
Hi!
What is “shapes”?
Config file doesn’t support “shapes” parameter. |
Use two separate figma-export.yaml files for different image groups. You cannot specify two Figma frames for exporting images in one config file. |
Thank you for the answer @subdan. |
Only two separate figma-export.yaml files |
Hi,
This is more of a question about support rather than an issue.
Currently, we import icons and images, and we received a request to import another group of images called "shapes." We’re setting it up as follows:
We initially tried structuring "illustrations" and "shapes" as a list, but this caused parsing issues when exporting icons, which seemed unexpected.
The error we get:
typeMismatch(Yams.Node.Mapping, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "ios", intValue: nil), CodingKeys(stringValue: "images", intValue: nil)], debugDescription: "Expected to decode Mapping but found Node instead.", underlyingError: nil))
Do you know how we can resolve this? Any insights would be greatly appreciated!
Thanks,
Elena
The text was updated successfully, but these errors were encountered: