Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Allow sizes attribute in headLink (used with rel="icon") #6635

Closed
wants to merge 2 commits into from

Conversation

marek-saji
Copy link
Contributor

@froschdesign
Copy link
Member

@marek-saji
Please add also an unit test.

@@ -35,7 +35,7 @@ class HeadLink extends Placeholder\Container\AbstractStandalone
*
* @var array
*/
protected $itemKeys = array('charset', 'href', 'hreflang', 'id', 'media', 'rel', 'rev', 'type', 'title', 'extras');
protected $itemKeys = array('charset', 'href', 'hreflang', 'id', 'media', 'rel', 'rev', 'sizes', 'type', 'title', 'extras');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we convert this to a one-per-line syntax? The diffs are hard to read as-is.

@Ocramius Ocramius added the View label Dec 5, 2014
@Ocramius Ocramius added this to the 2.3.4 milestone Dec 5, 2014
@Ocramius Ocramius self-assigned this Dec 5, 2014
@Ocramius
Copy link
Member

Ocramius commented Dec 5, 2014

Also: needs a rebase

Ocramius added a commit that referenced this pull request Dec 5, 2014
Ocramius added a commit that referenced this pull request Dec 5, 2014
@Ocramius Ocramius closed this in c1a5656 Dec 5, 2014
Ocramius added a commit that referenced this pull request Dec 5, 2014
@Ocramius
Copy link
Member

Ocramius commented Dec 5, 2014

@marek-saji manually added tests and merged, thanks!

master: c1a5656
develop: 7bab7c5

gianarb pushed a commit to zendframework/zend-view that referenced this pull request May 15, 2015
…s declaration to one-per-line for readability
gianarb pushed a commit to zendframework/zend-view that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-view that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-view that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-view that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants