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 now have four types for a Gallery; Gallery, GalleryItem, GalleryPhotoItem and GalleryVideoItem. I'm inheriting the GalleryPhotoItem and GalleryVideoItem from the GalleryItem. These types cannot function without the GalleryItem. Therefore I would like to nest them within the GalleryItem.
Gallery
GalleryItem
Video(Item)
Photo(Item)
The text was updated successfully, but these errors were encountered:
I would like to nest types.
I now have four types for a Gallery; Gallery, GalleryItem, GalleryPhotoItem and GalleryVideoItem. I'm inheriting the GalleryPhotoItem and GalleryVideoItem from the GalleryItem. These types cannot function without the GalleryItem. Therefore I would like to nest them within the GalleryItem.
Gallery
GalleryItem
The text was updated successfully, but these errors were encountered: