This question might be very basic, I'm an amateur in TYPO3.
I needed an image slider for my website and found this extension FlexSlider. I want this extensions to take all the image records from a folder, instead of manually creating a record for each image.
This is what I did so far
I have my set of images in fileadmin/templates/images folder.
I then created File Collection under System Records and stored the fileadmin/templates/images into this.
I created a Backend Layout for a page slider page and inserted the flexSlider extension to it.
In flexSlider/Configuration/TypoScript/setup.txt is added this:
persistence.storagePid = 81
81 being the pageId of the File Collection Record Folder .
Of course, this is not the final step to this process. Do I need to write a PHP Code or something to insert the images from fileadmin folder to the System record folder? I'm stuck here.