I'm new to Umbraco and creating my own property editors. I am currently trying to implement the example from the Umbraco Belle site:
https://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
I managed to get it working, showing the alert message when I add the property editor to my document type.
However after I've added the Pagedown-bootstrap files, saved and rebuilt the project, as well as refreshing my browser cache, it still gives me the alert message from before when adding the editor. I tried recreating the datatype in the developer section as well, but this gives me the same result.
I've no clue why this happens and how to fix it. Is there something about the way Umbraco caches data that I am unaware of?