Andreas Pabst
Andreas Pabst

Reputation: 105

How to create/edit the backend interface of my custom plugin

I want to create a plugin which gives the user the ability to include (on any page position) an image slideshow. The javascript thing and the frontend is working correctly (fetchs the images out of the db table)! But the backend "plugin form" looks just like this:


Insert new Plugin: Image Slider


My wish is an interface which allows the user to add new images and import them into the database and let the user select which image should be displayed on which page.. u know?

How can I produce such a backend config menu?

thank you

Upvotes: 0

Views: 232

Answers (1)

YeppThat'sMe
YeppThat'sMe

Reputation: 1862

Usually you can do this with FlexForms.

Upvotes: 1

Related Questions