I'm having this same problem, I set the file_name to 'test_{id}' and when I save the record it correctly sets the filename to 'test_1' but the actual file in the assets folder has been saved as 'test_{id}.png'. I am using version 1.0 and the asset …
This sort of functionality would be really useful - make a CMS Block more like a page that can have a layout. Otherwise you have no way of content managing content that appears in multiple pages - the only option is to hard code it into your _block…
That's brilliant, really simple. I was expecting something more complex that would need a controller to load the module etc.
Also, thanks for info on CI() function - really useful.
I have a working example where I just have a template field with three block fields and I can add fuel_edit for the template (i.e. letting me select which blocks to use) and then I call fuel_block for each of the three block fields and that automati…