Dimitris Grammatikogiannis

Results 187 comments of Dimitris Grammatikogiannis

This should be already fixed by now

If https://github.com/joomla/joomla-cms/pull/38805 is merged then also local adapters would have a thumb so this PR would break the other one.

@stephan-ansems out of curiosity: why didn't you extended the existing showOn functionality and duplicated the whole stack just for the extra attribute?

> I want to work on PR(#30476) and I think I can contribute. How can I proceed? What's your plan? If you have an implementation using some kind of client...

This is totally the wrong solution. A proper solution is to have Layouts that are selectable at the field group level. Then, since layouts are overridable, people could create a...

@ceford so I checked the existing code and I found some interesting things - The templates overrides creator correctly lists the layouts for com_fields: ![Screenshot 2021-12-08 at 21 46 46](https://user-images.githubusercontent.com/3889375/145282066-bd2dad0d-494d-4a40-b223-942fdc1b505c.png)...

Just add in the fields group one, one field named layout where you can select one of the available layouts. That’s the solution, adding fields in the field level is...

@laoneo can you have a look here. The aim is to have a layout field in the group level

> This would be a new way to render fields per group and not just flat as it is now. Could you implement it? My objection here is that the...

@ceford I don't want to take over your PR therefore you can use the code from my PR and continue here. I just open the other one to showcase a...