Tsuyoshi Sumiyoshi
Tsuyoshi Sumiyoshi
This PR improve watermark image options. gravity and rate offset. #### Why not reuse Gravity type? Because of backward compatibility. Current `WatermarkImage` option's default is `NorthWest` and `Gravity` type's default...
It is nice if this editor has select existing image future on [Image Uploader](https://docs.unlayer.com/custom-tools/property-editors/#image-uploader) property. Currently, if you want to use an existing image, you must input the image URL...
Thanks your great job. I found problem when Server path is no base path like this. ``` servers: - url: 'http://127.0.0.1/' ``` This will call checkPathAgainstBase with basePath '/'. And...
**Describe the bug:** When I code format(Ctrl+K, Ctrl+D) a Razor file, Javascript function block indentation is broken. **Version used:** VS2022 17.3.4 VisualStudio.17.Release/17.3.4+32901.215 Razor (ASP.NET Core) 17.0.0.2232702+e1d654e792aa2fe6646a6935bcca80ff0aff4387 **To reproduce:** 1. Create...