Senexis
Senexis
Don't know if you've figured out a solution already, but this may help if not: You should just be able to remove the menu type from the config (menu_item_types), create...
@exzhawk I'm sorry, I'm having a little bit of a tough time understanding you. The way I interpret your comment is that you are trying to figure out a structure...
@exzhawk It all makes sense now, thank you. The structure you provided make a lot of sense and are easy to differentiate. I think it would be great to have...
Encountered this is as well. Potentially useful to add: Instead of having to do with `z-index`, it seems to have to do with the addition of `.overflow-hidden` on cards.
As a workaround, you can use a `Select` field with `pluck()` to list all your relations, but this would be nice to have regardless.
Update: I've gone and changed the `device.getInt` occurances in the relevant sections to `device.getFloat` which seems to fix my issue. Obviously I would love to get it fixed in the...
> @Senexis did you write script yourself for this or how did you solve the issue? We switched to using a [copy](https://trapeze.dev/docs/Operations/android#copy) action in our Trapeze workflow. Obviously we would...