Hi all,
I'm investigating which CMS to use for my next project and am currently looking at Drupal. What I will need to do for the project is create widgets kind of like in Wordpress. Basically, little boxes that the user can provide parameters for, and I use the parameters in the widget. They can then place the widgets on the page, just like blocks. For instance I would like to have a "Double image box" widget. The user would provide text, 2 image urls and a title. The widget would draw the box and wrap the images and text appropriately with divs and styles.
What would the best way to do this in Drupal be?