Good morning. Can you tell me if it is possible to implement the doing in twill?
I have a browser in the component block in which I select a record.
In articles, I have a select field with a post type.
Depending on this field, I need to load one or another field in the block.
It turns out the following scheme:
I go to the block and select the article in the browser component.
Depending on what field I have in the article itself, I need to show this or that field in the block.
That is, I need to somehow get the field from the article in the block and load the fields depending on it.