Rikard Lindström

Results 2 issues of Rikard Lindström

Reading the documentation implies that there are support for a message body inside the td-message component, but how? I can add a "label" and a "sublabel" among with action buttons,...

**Current behavior:** When I generate types i get an output of a blok like: ``` export interface CompanyInformation { logo?: StoryblokAsset; header: string; component: "companyInformation"; _uid: string; [k: string]: unknown;...

bug