-
Notifications
You must be signed in to change notification settings - Fork 0
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
Extend EssencePicture to accept an image OR a URL of the image #6
Comments
Good point regarding attributes such as alt. This isn't something we've Would we just duplicate the essence to make a new one, extend the essence On Mon, Jul 28, 2014 at 4:21 PM, Ricky Wong [email protected]
|
I am leaning towards extending the essence. We could consider doing a database migration either way, but there are so few links so far (maybe 30 max) that maybe it's not worth it. |
Essences are inherently connected to a model and thus a database table. If Can you actually extend an essence in the OOP sense (I'm not sure and I'm On Mon, Jul 28, 2014 at 5:35 PM, Ricky Wong [email protected]
|
Oh I see. I thought it would just be blank for any existing essence that doesn't have it.. similar to how we add fields to things today. This means that I'm not sure if this is possible. |
It may still be possible, but this isn't something we've really done We can probably modify an essence, but I imagine that the process would be On Tue, Jul 29, 2014 at 7:28 PM, Ricky Wong [email protected]
|
See
https://groups.google.com/forum/#!topic/alchemy-cms/HTGS63QD898
(Internal) https://app.asana.com/0/11410371085627/14970415489869
We have some images uploaded already, and want to use those within existing EssencePicture elements, however, this element only supports uploading images and using existing CMS images.
As a temporary workaround, we've added an EssenceLink element next to the EssencePicture element, using the EssenceLink URL when provided.
However, this solution is very short-sighted. It doesn't even support
<img alt>
attributes.Before we dive too deep in the workaround, and create a bunch of data structures using the workaround routine, it might be worth modifying EssencePicture to support what we would like.
The text was updated successfully, but these errors were encountered: