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
This should change to have display and edit properties that add/remove '-editor' from the card name and manage which component is shown directly. content-kit-component-card should probably be removed entirely.
The text was updated successfully, but these errors were encountered:
This allows adding a card that is rendered initially rendered in 'edit'
mode instead of 'display' mode.
Fixes#15
Adds tests to ensure that the data is passed to cards appropriately
and that the object reference is broken.
Currently the code to swap between display and edit modes of a card is managed by the
isEditing
property ofcontent-kit-component-card
andutils/createComponentCard
only creates cards with adisplay
key.This should change to have display and edit properties that add/remove '-editor' from the card name and manage which component is shown directly.
content-kit-component-card
should probably be removed entirely.The text was updated successfully, but these errors were encountered: