ifox
05/01/2022, 11:47 PMifox
05/01/2022, 11:48 PMadmin.php routes file and twill-navigation.php file?ckmirafss
05/01/2022, 11:49 PMermyril
05/02/2022, 5:36 PMdakaalim
05/03/2022, 2:59 AMselect field, is it possible to make it a translatable hasOne field instead of passing a hardcoded array? What I'm trying to do here is to have a status field on project module form. And client can create as many status as they want (active, inactive, in-progress, launching soon), the status is translatable too, and they can assign it to individual project using a select field.Harings Rob
05/03/2022, 7:00 AMamargoCactus
05/03/2022, 2:43 PMamargoCactus
05/03/2022, 3:09 PMifox
05/03/2022, 3:20 PM$item->image('image_role', 'image_crop', ['some_param' => 'some_value'])ifox
05/03/2022, 3:21 PMifox
05/03/2022, 3:22 PMgiuseppemastrodonato
05/03/2022, 6:00 PMgiuseppemastrodonato
05/03/2022, 6:00 PMifox
05/03/2022, 6:00 PMFILE_LIBRARY_ENDPOINT_TYPE=localgiuseppemastrodonato
05/03/2022, 6:01 PMifox
05/03/2022, 6:01 PMgiuseppemastrodonato
05/03/2022, 6:01 PMifox
05/03/2022, 6:01 PMifox
05/03/2022, 6:02 PMifox
05/03/2022, 6:02 PMgiuseppemastrodonato
05/03/2022, 6:04 PMBibo
05/03/2022, 9:31 PMkalle
05/03/2022, 9:37 PMdakaalim
05/03/2022, 9:44 PMProject is a regular form where user can create projects their company is working on. Status is also a regular form where user can create status labels which can be applied to Projectifox
05/03/2022, 9:48 PMstep attribute.ifox
05/03/2022, 9:50 PMBibo
05/03/2022, 9:50 PM@formField('input', [
'name' => 'rate',
'label' => 'Rate',
'type' => 'number',
'steps' => 2,
])
`
I added it like that, but did not workifox
05/03/2022, 9:51 PMifox
05/03/2022, 9:52 PMifox
05/03/2022, 9:52 PM