I am creating a custom engine in refinery cms and I have a field called "PDF" which is a type of resource field.
Some entries in the engine will have only one PDF file, while others will have several PDF files. Is there a way to do this without creating a bunch of extra fields that I don't need?
I would rather iterate over one pdf field rather than add additional fields to my engine - pdf_1: resource, pdf_2: resource, pdf_3: resource, pdf_4: resource, pdf_5: resource, etc.
How do you do this?
source
share