Jesse Leite
Jesse Leite
Adds form namespaces. Usage example: ```php Form::name('profile')->open() Form::bind($bindProfileInputs) // Form inputs Form::close() Form::name('survey')->open() Form::bind($bindSurveyInputs) // Form inputs Form::close() ``` If both forms have an explicit namespace, when you submit one...
Similar to the existing magic attribute setters: ```php Form::text('meme')->lol('catz') // ``` This PR proposes conditional magic attribute setters: ```php Form::text('name')->disabledIf(true) // Form::text('name')->disabledIf(false) // Form::text('name')->maxlengthIf(true, '5') // Form::text('name')->maxlengthIf(false, '5') // ```...
- Category - [ ] Question - [ ] Bug - [x] Suggestion Would it be possible to add a mapping like `ALT-Q` to select all grep/ag/rg results and populate/open...
Update preview functionality? See https://github.com/junegunn/fzf.vim/pull/1023#issuecomment-767956597
### Description For those of us using Neovim's recommended autocmd for last position jump on `BufEnter` (see `:help last-position-jump`), Neovim will restore last cursor position when re-opening a file. This...
Closes https://github.com/statamic/cms/issues/6610 - [x] Add replace asset action. - [x] Replace from asset editor.  - [x] Replace from listing. , field conditions have the following data flow behaviour: > Only visible fields are submitted with your form data. This allows you to control data flow, and [conditionally...
Closes statamic/ideas#485 Closes statamic/ideas#804 References statamic/ideas#300 - [x] Add new glide config to asset container edit form.  - [x] Wire up new `glide_source_preset` config. - [x] Glide process...