- Issue created by @Kristen Pol
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
Actually bumping to critical since saving is probably part of the demos
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
I have just confirmed the error and will be debugging.
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
I've confirmed that it happens with the image component that is defined in XB as well so it's not an SDDS thing.
I'll see if I can find a fix or workaround in the XB code.
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
If you use a new image from the media library, it works so it seems to be just for the examples data
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
Known issue here:
๐ No visible error message when trying to save with missing image Active
I'm wondering if we'd be able to hack it for now but uploading a media field and then specifying that uuid in the examples, so that it actually pulls from a known thing
I'll play with that
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
Can't hack it...
I've confirmed that the only values that you can use for image examples are src, alt, width, and height (per the json schema)
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
It would be interesting to be able to use examples with an existing media image that you added during the install of the theme by adding the config to config/install. Or probably better, XB could auto-generate media entities from examples if the image doesn't exist in media yet and use that if the user is using the examples data rather than adding their own image.
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
We can work around using multiple default content recipes so that media is added first and then nodes.
- ๐บ๐ธUnited States phenaproxima Massachusetts
kristen pol โ credited phenaproxima โ .
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
This has been done in xb-demo by programmatically adding the home page.
The XB team is still working on updating XB to handle this stuff.