dynamic / dynamic-blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoBlock and RecentVideoBlock - remove from repo?

jsirish opened this issue · comments

With the EmbedBlock, we could remove the VideoBlock and RecentVideoBlock classes from Blocks. Do we want to do this?

My main reason for asking is that YouTubeIntegration pulls in page types, which we may or may not want per project. And we plan to use Blocks for a lot of projects.

If so, should they be moved into the YouTubeIntegration repo? We could some class_exists checks to see if dynamic-blocks are installed, otherwise the classes would be ignored.