sharp
sharp copied to clipboard
Laravel 10+ Content management framework
Prevent commands to be sent as object when there is leading command separators. closes https://github.com/code16/sharp-dev/issues/33
### Bug fixes - Prevent pasting formatted HTML when toolbar is hidden - Fix page not reloaded after 401/419 alert - Prevent removing file when dropping text on upload -...
With this PR you can now use the number field instead of the Text field for decimal numbers. The HTML `"number"` input accepts comma/dot format. Closes https://github.com/code16/sharp-dev/issues/236
`buildShowLayout(ShowLayout $showLayout): void` does not support tabs like the `buildFormLayout(FormLayout $formLayout)`. With some of the models growing more complex, a need to tabulate the show has arisen to simplify navigation...
I'm not sure if I mess up things or I've encountered a bug, at least it looks like no one else mentioned it before. The exception I'm getting after setting...
I ran into a problem when trying to save files to s3. Through research I found that here https://github.com/code16/sharp/blob/main/src/Form/Fields/Formatters/UploadFormatter.php#L71. You have hardcoded the value "local" instead of use value from...
When I use Sharp framework, sometimes I need to collapse a section on the entity show page. For example, I have this following code to show tags relation between servers...