Results 18 issues of Alex

Hi! The "pagemedia" field used by Admin is draggable and allows media reordering: ![output](https://github.com/getgrav/grav-plugin-admin/assets/20968145/4aaf77ae-d16f-4849-bced-d1cd84f9b6f6) I believe, the "file" field used in custom forms must be draggable as well. Now it's...

Here, in flex objects editor the first field has autofocus flag. When page loads the field gets focused for a short time, but then it loses it: ![image](https://github.com/getgrav/grav-plugin-admin/assets/20968145/34954eb1-f98b-400f-8749-8e4843f72395)

Hi! I believe, [this ](https://github.com/getgrav/grav/issues/3653) issue must be here. The problem is, when you edit a page and want to add an image from your HDD with unicode name, you...

Seems like no one cares, but I should mention, that there's an escaping problem. 'Comments' turn into `'Comments'`

![image](https://github.com/superolmo/BigFiles/assets/20968145/0db9e7be-3758-4ce2-a179-2327c7436378) What could that be?

Hi! I think, the name should be localizable, so when you download flex data it speaks your language, not the hardcoded one. ![image](https://github.com/trilbymedia/grav-plugin-flex-objects/assets/20968145/8e277e71-e213-46d3-8c77-d2118c3b8a17)

Hi! When saving flex-objects data with JSON formatter we are allowed to set [some options](https://learn.getgrav.org/17/advanced/flex/custom-types/blueprint#config-data) like file_extension, encode_options, decode_assoc, etc. The thing is, encode_options param is not handled. Example: ```...

Hi! There is a problem with the WYSIWYG plugin when TinyMCE is selected as the editor. First, when you insert an image and click on it, it doesn't become selected....