feat/886: Add Default Template global settings for Recommended Content Block#917
Conversation
769bd17 to
82c7ab9
Compare
dkotter
left a comment
There was a problem hiding this comment.
Thanks for adding this (and apologies on late review here). Left one comment but I think we need to be a bit more strict on the templates here. What I'm seeing now is pagination gets added, which isn't desired for a recommended content section. Is there a way to remove that piece? It also doesn't render in the way I'd expect, it renders stacked now instead of in a column layout.
| import { registerPlugin } from '@wordpress/plugins'; | ||
| import { Fill } from '@wordpress/components'; |
There was a problem hiding this comment.
Seems neither of these is currently used?
dkotter
left a comment
There was a problem hiding this comment.
Looks good to me, thanks for the work on this. I think we may want to register our own templates in the future, rather than relying on whatever default templates are registered, to provide a few more options but this looks good as a starting point
Description of the Change
Closes #886
How to test the Change
/wp-admin/tools.php?page=classifai#/personalizer/feature_recommended_content.Screencast:
Screen-2025-05-23-90209.PM.mp4
Changelog Entry
Credits
Props @dkotter @Sidsector9
Checklist: