-
I have a custom component which is going to start a process to copy specified data to S3:
This custom component is added to my collection config as part of the admin section:
Rest omitted. My 2 hook calls in the custom component are always empty objects. Adding a I'm sure I've misunderstood or omitted something - can anyone point me in the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've changed approach, and solved this. Instead of using the |
Beta Was this translation helpful? Give feedback.
I've changed approach, and solved this. Instead of using the
views
section I added a new UI field to the collection, giving my button class as thefield
entry. All hooks work perfectly now, and I can use these to deliver the functionality I need.