I don't know what you call these different kinds of blocks but I need to make this block:\[code\] <block type="poll/poll" name="enquete2" template="poll/poll.phtml"> <action method="setPollId"> <poll_id>2</poll_id> </action> </block>\[/code\]...into one of these kinds of blocks:\[code\]{{block type="poll/poll" name="poll_one" template="poll/poll.phtml" poll_id="1"}}\[/code\]I've got the first part but can the action part be also added? The problem I'm having is I'm wanting to add this to a CMS Block in magento then add it to a Widget Block that way I can control where it get put into the layout.thanks