Harings Rob

Results 64 issues of Harings Rob

This is an experiment I did a while ago. It is a simple POC that utilizes livewire instead of vue. There is only a really small part rewritten and this...

Create a way for blocks to exist without forms. Usecase examples: - Pre-programmed lists of blog teasers - Contact form - ...

type: feature

## Summary So this happened from experience, you define a block (maybe your first time) but you do not have the crop in the config. When the block form is...

type: enhancement

## Description To ease with development, it would be useful to have an installable example that has the following: - Singleton - Nested module - Regular module - Block with...

## Summary It can be useful for site admins to build dynamic forms. I want to explore if we can make this possible in Twill core. ## Describe the solution...

## Summary Now that we the form builder we could add inline validation (https://github.com/area17/twill/pull/1360): ```php return Form::make([ Input::make() ->name('test') ->rules(['required', 'string']), ]); ```

type: enhancement

To further enhance the developer experience I want to add getters/setters for: `'indexOptions`, while we leave the property for 3.x (but deprecated) we instead suggest to use: ```php 'create' =>...

## Summary With the new blade components we can do something like this: ```php ```

type: enhancement

- [ ] How to set dynamic data to a block form: https://spectrum.chat/twill/help/pass-data-from-a-view-to-block~94a26d47-26c1-455e-9193-46cc7c2a395b?m=MTU3NzQzODEyODk1Ng== -> Also we can use blockClasses for this. Methods like "getFormData" just as we do validation. -...

## Description Not sure if this is a local or Twill issue, but with a navigation like this: ``` 'settings' => [ 'title' => 'Settings', 'route' => 'admin.settings', 'params' =>...