Commit b018bca748cefa64cfb2043ea62072eeded1d531
1 parent
f4b390dc
Exists in
staging
and in
42 other branches
metadata: customize event og:type
Showing
2 changed files
with
19 additions
and
7 deletions
Show diff stats
plugins/metadata/config.yml.dist
| @@ -4,10 +4,13 @@ open_graph: | @@ -4,10 +4,13 @@ open_graph: | ||
| 4 | namespace: app_scope | 4 | namespace: app_scope |
| 5 | types: | 5 | types: |
| 6 | article: article | 6 | article: article |
| 7 | - product: facebook_app:sse_product | ||
| 8 | - uploaded_file: facebook_app:document | ||
| 9 | - image: facebook_app:picture | ||
| 10 | - profile: facebook_app:profile | ||
| 11 | - person: facebook_app:user | ||
| 12 | - community: facebook_app:community | ||
| 13 | - enterprise: facebook_app:sse_initiative | 7 | + event: app_scope:event |
| 8 | + uploaded_file: app_scope:document | ||
| 9 | + image: app_scope:picture | ||
| 10 | + | ||
| 11 | + product: app_scope:sse_product | ||
| 12 | + | ||
| 13 | + profile: app_scope:profile | ||
| 14 | + person: app_scope:user | ||
| 15 | + community: app_scope:community | ||
| 16 | + enterprise: app_scope:sse_initiative |