diff --git a/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/BannerFeaturedView.jsx b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/BannerFeaturedView.jsx new file mode 100644 index 0000000..0d58c4f --- /dev/null +++ b/packages/volto-featured-block/src/components/Blocks/FeaturedBlock/Variations/BannerFeaturedView.jsx @@ -0,0 +1,39 @@ +import React from 'react'; +import { Button } from 'semantic-ui-react'; +import { ConditionalLink } from '@plone/volto/components'; + +export const BannerFeaturedView = (props) => { + const { data, isEditMode } = props; + return ( +