I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
- I upload an image into the Assets library
- Then I edit meta data and define a user-friendly name for the asset item
- I insert this image in markdown editor using “Insert assets” button
- In markdown Asset name is used both for Alt and Title text and that’s correct, but then file extension is added to the Asset name by some reason.
Generated markdown:
![Glass of milk.jpg](xxxxxxxxxxxxxxxxxxxxxxxxx/glass-of-milk.jpg 'Glass of milk.jpg')
Expected behavior
Image Alt and Title texts should only contain Asset name without additional file extension
![Glass of milk](xxxxxxxxxxxxxxxxxxxxxxxxx/glass-of-milk.jpg 'Glass of milk')
Environment
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: [4.6.0]