Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sameAs not support array #1

Closed
veksa opened this issue Jan 26, 2016 · 3 comments · Fixed by #13
Closed

sameAs not support array #1

veksa opened this issue Jan 26, 2016 · 3 comments · Fixed by #13

Comments

@veksa
Copy link

veksa commented Jan 26, 2016

I'm trying to do sameAs as simple array, but mapProperty support only structured data

@Torann
Copy link
Owner

Torann commented Feb 10, 2016

Could post a snippet of what you're trying to do?

@veksa
Copy link
Author

veksa commented Feb 11, 2016

all(), 'code', 'link'); ?> Yii::t('app', Yii::$app->name), 'url' => Url::to(['default/index'], true), 'logo' => 'img/logo.png', 'email' => Yii::$app->params['adminEmail'], 'sameAs' => $socials ]) ?>

@Torann
Copy link
Owner

Torann commented Feb 12, 2016

Well that's simple, sameAs only accepts strings at the moment. If I have time today I'll make it accept arrays as well

Torann pushed a commit that referenced this issue Apr 25, 2019
Add productID property in Product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants