Skip to content

Commit

Permalink
fix merge message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmassen committed Oct 3, 2017
1 parent f9116ab commit 4fc1c6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
13 changes: 2 additions & 11 deletions blueprints/seo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ form:
fields:
seo:
type: tab
<<<<<<< HEAD
=======
field_classes: fixoverlap
>>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e
title: SEO

fields:
Expand Down Expand Up @@ -286,7 +282,7 @@ form:
type: text
label: Wikipedia or official URL
field_classes: togglemusicevent
<<<<<<< HEAD

header.conditional_orga:
type: conditional
condition: "config.plugins.seo.organization ? 'true' : 'false'"
Expand Down Expand Up @@ -325,8 +321,7 @@ form:
type: text
label: Organization Phone

=======
>>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e

header.conditional_new_entries:
type: conditional
condition: "config.plugins.seo.event ? 'true' : 'false'"
Expand All @@ -339,11 +334,7 @@ form:
fields:
header.eventenabled:
type: toggle
<<<<<<< HEAD
label: PLUGINS.SEO.ENABLEORGA
=======
label: PLUGINS.SEO.ENABLEEVENT
>>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e
default: 0
options:
1: PLUGIN_ADMIN.YES
Expand Down
3 changes: 1 addition & 2 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ ro:
# FACEBOOK_DESC: ""
# FACEBOOK_SHAREIMG: ""
# FACEBOOK_PREVIEWDESC: ""
=======

#////////////////
#LANGUAGE TEMPLATE
Expand Down Expand Up @@ -383,4 +382,4 @@ ro:
# RESTAURANT_REGION:
# RESTAURANT_TELEPHONE:
# ENABLE_PERSON:
>>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e

3 changes: 0 additions & 3 deletions seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ public function onPageInitialized()

}
}
<<<<<<< HEAD
if (property_exists($page->header(),'orgaenabled')){
if ($page->header()->orgaenabled and $this->config['plugins']['seo']['organization']) {
$microdata[] = [
Expand All @@ -384,8 +383,6 @@ public function onPageInitialized()

}
}
=======
>>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e
if (property_exists($page->header(),'restaurantenabled')){
if ($page->header()->restaurantenabled and $this->config['plugins']['seo']['restaurant']) {
if (isset($page->header()->restaurant['image'])){
Expand Down

0 comments on commit 4fc1c6d

Please sign in to comment.