wychoong

Results 66 comments of wychoong

can this be configurable or use extension

Use the resource extension, and a global in lunar panel manager. So that a global can be set there, and control for each resources

will this be merged soon? kinda need the Brand PR to be ready

> when our new datatables PR is made. As I don't believe we'll be making a release before datatables and search is ready. can the Brand go in first as...

not sure if related, but check your Meilisearch and meilisearch-php version https://github.com/meilisearch/meilisearch-php/issues/351#issuecomment-1184725136

@glennjacobs need your input on this this is referring to this https://discord.com/channels/497326121441034240/916819091841486869/1001891823146520646

> @glennjacobs I'm not against this but don't feel like the config is the correct place. Due to some validation using closures (like in the example above) this means that...

now can extend validation by using component method ```php ProductCreate::extendValidation( [ 'variant.sku' => ['required', 'min:8'], 'collections' => ['required', 'array', function ($product) { return function ($attribute, $value, $fail) use ($product) {...

> @wychoong It's looking promising, I can see it's still in draft, is there still work you want to do on it? hey. I think in terms of implementation it...

> @wychoong should we have documentation for this? added doc