Belgrade now supports styling article pages, so we can expand our default content in the Commerce Kickstart demo store to include a blog. The content doesn't need to embed images (unless it's super easy) or anything crazy, just include a couple of lifestyle posts about products in the catalog that we can link to to demonstrate content marketing out of the box.
Comments
Comment #2
sumi commentedSince this is work on the commerce_kickstart_demo recipe and MR is on a different project here is the link to the MR
https://git.drupalcode.org/project/commerce_kickstart_demo/-/merge_reque...
Comment #3
majmunbog commentedReviewed. Great work.
Comment #4
zaporylieI found an issue with catching the node display between frontpage and the overview page as they both use teaser display mode. This is related to #3541462: Views based theme suggestions for node and comment templates deprecated and is currently discouraged/deprecated. The fix will be to add display mode to the article called "Featured Teaser" and have the frontpage block display said display mode instead of the regular teaser. Belgrade theme would have to be adjusted to support the new display mode instead of view-based customization.
Comment #5
zaporylieJust adding as a side note: I think we should add a comment or two, owned by anonymous or admin. This doesn't have to be done as part of this issue, and can be done in the follow-up.
Comment #6
zaporylieI removed uuid's, added a menu link item for the view, and added a featured teaser display mode for the article, then merged. Thanks everyone.