Commit 922a26827b37228abde7a72da2bb310caa894c99
1 parent
4bee61ee
Exists in
master
and in
29 other branches
metadata: Make config file generic
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
plugins/metadata/config.yml.dist
1 | 1 | open_graph: |
2 | - domain: cirandas.net | |
3 | - environment_logo: 'http://cirandas.net/designs/themes/cirandas-responsive/images/cirandas-logo-110.png' | |
2 | + domain: domainregisteredonfacebook.com | |
3 | + environment_logo: 'http://example.com/designs/themes/environmenttheme/images/logo.png' | |
4 | 4 | types: |
5 | 5 | article: article |
6 | - product: app_cirandas:sse_product | |
7 | - uploaded_file: app_cirandas:document | |
8 | - image: app_cirandas:picture | |
9 | - profile: app_cirandas:profile | |
10 | - person: app_cirandas:user | |
11 | - community: app_cirandas:community | |
12 | - enterprise: app_cirandas:sse_initiative | |
6 | + product: facebook_app:sse_product | |
7 | + uploaded_file: facebook_app:document | |
8 | + image: facebook_app:picture | |
9 | + profile: facebook_app:profile | |
10 | + person: facebook_app:user | |
11 | + community: facebook_app:community | |
12 | + enterprise: facebook_app:sse_initiative | ... | ... |