AIC BV
AIC BV
As shown in the screenshot, review is updatable in preview context  Your code @LukeTowers disables a field but does not affect the toolbar in any way?
> Are you using a custom toolbar partial or are you using toolbarButtons? https://github.com/wintercms/winter/blob/develop/modules/backend/behaviors/RelationController.php#L598-L600 should be preventing the buttons from showing up. If it's not, then it's possible that the...
> Try > > ``` > > ``` 'Solved!' I found two solutions thanks to you, **but these solutions also disable the toolbarbuttons in update context**. 1. fields.yaml ``` review:...
I implemented it like this because it seems like the only solution at the moment. ``` review@preview: tab: Review type: partial path: ~/path/to/_review_preview.htm review: context: ['create', 'update'] tab: Review type:...
I noticed that the lazy loading does not work in fields.yaml for a repeater field. It returns an array but the lazy loading expects a string. Could be an improvement!...
> I noticed that the lazy loading does not work in fields.yaml for a repeater field. It returns an array but the lazy loading expects a string. Could be an...
Finally found this again! 😌 @jaxwilko I ran into the issue described above again, and it took me a while to figure it out. When I found the solution, I...
What I am also experiencing with the code above, is that when I fill in `blog.blocks.block_image_with_text.data.form.tabs.fields.title`, it also sets my `blog.title` (in fields.yaml) to the same value as `blog.blocks.block_image_with_text.data.form.tabs.fields.title` The...
> @AIC-BV submit that as a separate issue please, ideally with a PR to the wintercms/wn-test-plugin demonstrating the issue. https://github.com/wintercms/wn-translate-plugin/issues/44 without the PR but a better explanation and some more...
> This is a list of notes for things I would like to add, if anybody has any suggestions please add a comment :) > > * Add new item...