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
I'm not too sure if we want to change layout property in Flame, can you give an example of how you want to use it?
I also don't think it causes any conflicts if you're not using yield?
<divclass="decorator">
Value of content.something
</div>
It could be something much more complex other than just a div for decorator, of course. This example could be achieved with a simple classNames: [ 'decorator' ], but hopefully you get my point.
Since 0.9.6 ember introduced the property "layout" to be used together with the {{yield}} helper.
It will conflict with Flame.View layout hash.
Maybe left/right/top/bottom could be set directly into Flame.View:
The text was updated successfully, but these errors were encountered: