If you add those files to your custom propery editor in the App_Plugins you can't login (/umbraco) anymore! I don't know if this is a bug or just a wrong implementation of my manifest file. I used Umbraco v7.2.0-beta2
Bootstrap v2 is already available in the back office so you don't need to include it in your manifest. Bootstrap v3 is not compatible with the Umbraco back office (yet)
Blank login page after creation custom property editor
I created a custom property editor but after I logged out I couldn't login anymore!
After a lot of hours searching I finally found out what the problem was! I used bootstrap css files in my manifest file:
css: [
'~/css/bootstrap.min.css',
'~/css/bootstrap-theme.min.css'
]
If you add those files to your custom propery editor in the App_Plugins you can't login (/umbraco) anymore! I don't know if this is a bug or just a wrong implementation of my manifest file. I used Umbraco v7.2.0-beta2
Is this a bug?
Bootstrap v2 is already available in the back office so you don't need to include it in your manifest. Bootstrap v3 is not compatible with the Umbraco back office (yet)
is working on a reply...