component: any component
radius: “topleft,topright,bottomleft,bottomright”
colorBg: Integer or Kodular Color
strokeWidth: Integer
strokeColor: Integer or Kodular Color
This is because the extension class name is same decoration component. That’s why it breaks the inbuilt decoration component. @OmerGundogar should rename the extension name to something different. It happened to me with my list view extension then I renamed it.
I tried it yesterday. If i have the kodular decoration component and i add your extension it gets in conflict cause of the same name. But it works perfectly anyway. Thx for your work.
This is an excellent extension, thanks so much for making it available
I just have the unfortunate conflict with the extension name being ‘Decoration’, because I have a big project that already uses the Kodular default Decoration component with hundreds of blocks (can’t change that now), so it breaks my project when I import it.
Before importing extension try to rename Decoration component to Decor for example from designers’s view. That should automatically change also the name in blocks. After that import extension. Make sure to backup your project, just in case something goes wrong