extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

Show render type in zeroToOne

Open ste101 opened this issue 4 years ago • 3 comments

extbaseModeling.css should be updated also. I think this is the problem Georg mentioned in #398

ste101 avatar Aug 15 '21 10:08 ste101

I need more info why this is nessesary

simonschaufi avatar Aug 19 '21 17:08 simonschaufi

zeroToOne has now three rendering options, 'Side by side multi select', 'Inline (IRRE)' and 'Dropdown'. The docu says that the default should be 'Inline' but I'm getting 'Side by side multi select' https://docs.typo3.org/p/friendsoftypo3/extension-builder/10.0/en-us/Developer/Index.html#adding-a-relation

I found out that manyToOne has multiple rendering options also so that the rendering option should be shown there also.

ste101 avatar Aug 20 '21 09:08 ste101

This pull request is incomplete. Simply changing the scss won't fix the issue as the file still needs to be compiled to css.

cd Resources/Public/jsDomainModeling/
yarn install
yarn build-css

simonschaufi avatar Aug 20 '21 22:08 simonschaufi