radiant / radiant-share-layouts-extension

An extension for Radiant CMS that allows controllers to render their views within Radiant layouts.
Other
22 stars 15 forks source link

Gotcha in combination with 'file system resources' extension #4

Closed sjorsbranderhorst closed 12 years ago

sjorsbranderhorst commented 13 years ago

Say you are using the 'File System Resources' extension and you have created a layout file by the name of Two-Column. Now when you want to share this layout in a custom extension view make sure the radiant_layout declaration looks like:

class MagazinesController < ApplicationController ....

radiant_layout '[FS] Two-Column' ... end

that.

saturnflyer commented 12 years ago

this doesn't seem like an issue with this extension but with file system resources