[READ-ONLY] Mirror of https://github.com/hacknug/romi-project. romi-project.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

Add support for passing `title`, `button` and `variant` props down to `BaseVideo` component

Nestor Vera (Aug 3, 2022, 3:47 PM +0200) 451db034 ea8674ac

+7 -4
+1 -4
components/content/BaseVideo.vue
··· 1 1 <template> 2 - <BaseCard> 2 + <BaseCard v-bind="item"> 3 3 <template #media> 4 4 <BaseEmbed v-if="item.id" class="rounded-none" :id="item.id" /> 5 - </template> 6 - <template v-if="item.description" #default> 7 - <p>{{ item.description }}</p> 8 5 </template> 9 6 </BaseCard> 10 7 </template>
+6
content/4.topic-reports.md
··· 13 13 - id: 6eQ40OyCFD8 14 14 description: 'The ROMI platform: a helping hand to farming communities' 15 15 - id: lr9PgEH3KFw 16 + # title: 'We should probably rename all `description`s to `title`s if we need to add more text' 16 17 description: 'From open source to open hardware' 18 + # buttons: 19 + # - link: 'www.google.com' 20 + # label: 'Download Files' 21 + # - link: 'www.google.com' 22 + # label: 'Learn More' 17 23 --- 18 24 ## Introduction to ROMI 19 25 ::