Loic57

Results 38 comments of Loic57

> Give a try to this usage > > This is my main include > > ``` > @@include('sections/home.html',{ > "title": "Big title", > "title_class": "section__title--red", > "links": { >...

same for me, I'm a noob dev, I have no idea what to do. In fact I don't even see my new block on the admin, I can create It...

Same here, the text property accepts only string type but for my cases I have a lot of text with , , to insert so I can't use the plugin...

Hello @christian-bromann Here is the reproduction link : https://github.com/Loic57/stencil-custom-types - clone - npm i at the root folder - go to packages/stencil-storybook/src and you can see a interfaces.d.ts file, I...

@christian-bromann Done, I update the repo by adding an angular-workspace in the packages folder. I followed the documentation : https://stenciljs.com/docs/angular It's angular 16.1. You can run npm run stencil:build in...

Hello @christian-bromann It doesn't work for me. I added the config in stencil.config.ts and I have a json file generated, that's cool. In angular-workspace/.vscode I don't have a settings.json file...

@christian-bromann Ho yes it works! Thank you The ticket can be closed

I'm sorry @christian-bromann but I think this ticket should be open again. The documentatioin in stencil for VS code is the beginning of a solution but it's not 100% working....

@christian-bromann You're totally right, it does not validate input properties and I would love to have it. And yes, the custom data feature in IDE only supports auto-completion and hover...