Alternative Element Trees - Extending Adapters - Extra Fields #18058
Replies: 2 comments 3 replies
-
As discussed internally, the answer should probably be the same as this one (enterprise repo): https://github.com/pimcore/backend-power-tools-bundle/issues/453#issuecomment-2642225660 Hello @cancan101 , right now there are no other options available than selecting an adapter from the list. What you could do is creating your own adapter and implement the transformations you need there. If you are interested, a good starting point would be here: Frontend part: https://docs.pimcore.com/platform/Backend_Power_Tools/Alternative_Element_Trees/Customization/Adding_Custom_Frontend_Adapter Best regards |
Beta Was this translation helpful? Give feedback.
-
Now I understand your point. Right now, the list of fields is limited to actual data object attributes defined in the class definition. No system fields (id, published) or completely extra fields (e.g. workflow states from state table) can be injected in the current implementation. For now, the easiest way to get such extra fields in the field list would be to create a |
Beta Was this translation helpful? Give feedback.
-
Is it possible to add an adapter for Alternative Element Trees that maps to "extra" fields on the Object? Or does the list of adapters have to 1:1 with the list of fields? Some examples:
Beta Was this translation helpful? Give feedback.
All reactions