Hello,
I want to use some custom bootstrap paths but even if I set the custom bootstrap paths, on saving the document the default ones are being added. So I need to somehow prevent those two to be added.
Yes this is what I have done. But it keeps on adding the default ones.
This is something that in PHP I was avoiding with an if statement, so even if Wappler was altering the code, in the webpage it was not affecting the end result. But now is an HTML page I can not follow this solution.
And what do you see when on your page you open the frameworks menu? Is it showing Bootstrap 5 Local?
What if you there set custom? Does it add the proper includes?
1.I set custom paths.
2. I save
3. In the UI on the right no bootstrap is added
4. I select to add custom bootstrap
5. It adds the local beta and applying the default code.
6. I re-set the custom bootstrap but this has no affect.
The main thing is. If I set the custom path this won’t give me access to add containers etc through the UI. Even if I hand select the custom path from the UI I get the local beta.
Just an update on this. I created a new file on the project and it worked as expected. The issue appears on already created pages. For example, the index.html that is created on project creation has this issue.
To recap
If custom paths are already set and a new file is created, it looks like that it works
If the page is already created prior to the custom paths set, then it keeps altering the code on each save.