ZF-8316: Incorrect config example for Zend_Application_Resource_Layout
Description
The documentation for Zend_Application_Resource_Layout shows the below example
resources.layout.Path = "/path/to/layouts"
The "Path" key is incorrect and should be "layoutPath" as per the Zend_Layout options.
Comments
No comments to display