Add docs for extension config parameter for zend view renderer#664
Add docs for extension config parameter for zend view renderer#664Xerkus wants to merge 1 commit intozendframework:masterfrom
Conversation
| ] | ||
| ``` | ||
|
|
||
| - `extension` parameter available since `zendframework/zend-expressive-zendviewrenderer` 2.2.0 |
There was a problem hiding this comment.
Can you set the version at the beginning?
Since 2.2.0:
extensionparameter...
This would be consistent with most version informations in the documentation. Thanks!
There was a problem hiding this comment.
Wouldn't it be confusing since this is zend-expressive documentation and release mentioned is from different package?
| - `extension` parameter available since `zendframework/zend-expressive-zendviewrenderer` 2.2.0 | |
| - Since ZendViewRenderer 2.2.0: `extension` parameter is used to configure default suffix in NamespacedPathStackResolver |
There was a problem hiding this comment.
There is an issue open for splitting the documentation: #594
|
This repository has been closed and moved to mezzio/mezzio; a new issue has been opened at mezzio/mezzio#2. |
|
This repository has been moved to mezzio/mezzio. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow:
|
Provide a narrative description of what you are trying to accomplish:
2.2.0 release of
zendframework/zend-expressive-zendviewrendereradds support forextensionparameter for default suffix to be used by zend-view resolver, in line with other template renderers.Add documentation entry for
extensionconfig parameter.