Jasmin Savard
Jasmin Savard
This is a ContentField custom Display Mode. We talked about it on Gitter. ```C# @Model.ContentItem.Content.ContTentTypeName.Price.Value.ToString("C0", CultureInfo.GetCultureInfo(CultureInfo.CurrentUICulture)) ```
At this point, I'm not sure if Site Settings is appropriate. Probably would not cover every use case. Need to think about it. I understand your point though. You want...
Well never mind, I guess for a "basic" display that would make sense.
A per field setting would cover more use cases though.
We need to start creating ES6 modules so that these components be reusable. As you can see OC is mostly made of CommonJS scripts. The idea is great.
This is a good idea. Just for the sake of moving to Vue 3. Thanks Sebastien on Copilot! 🐰
Next step, and not on this PR would be to build it with Vite.
If we use ESLint to analyse this code it will highlight bad usage of var and this. var = let or const this = use => And then this leads...
It cleaned half of them. I wouldn't try to push it too far either. If this works at least with Vue 3 it is a good start. I would iterate...
I can see that it also created an EventBus but normally in Vue 3 they recommend using Mitt for that matter. Again, probably not for this PR. I think we...