From 4fc1c6dab97ca1f2efad2f9c3f48feebf87b0da4 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 3 Oct 2017 10:15:04 +0000 Subject: [PATCH] fix merge message --- blueprints/seo.yaml | 13 ++----------- languages.yaml | 3 +-- seo.php | 3 --- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/blueprints/seo.yaml b/blueprints/seo.yaml index 3d4d79d..1a8fadb 100644 --- a/blueprints/seo.yaml +++ b/blueprints/seo.yaml @@ -7,10 +7,6 @@ form: fields: seo: type: tab -<<<<<<< HEAD -======= - field_classes: fixoverlap ->>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e title: SEO fields: @@ -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'" @@ -325,8 +321,7 @@ form: type: text label: Organization Phone -======= ->>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e + header.conditional_new_entries: type: conditional condition: "config.plugins.seo.event ? 'true' : 'false'" @@ -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 diff --git a/languages.yaml b/languages.yaml index 5813784..e9920a1 100644 --- a/languages.yaml +++ b/languages.yaml @@ -264,7 +264,6 @@ ro: # FACEBOOK_DESC: "" # FACEBOOK_SHAREIMG: "" # FACEBOOK_PREVIEWDESC: "" -======= #//////////////// #LANGUAGE TEMPLATE @@ -383,4 +382,4 @@ ro: # RESTAURANT_REGION: # RESTAURANT_TELEPHONE: # ENABLE_PERSON: ->>>>>>> 4a28726fad51b989adf72a777f4f9e96f909e19e + diff --git a/seo.php b/seo.php index 61254ff..d908cec 100644 --- a/seo.php +++ b/seo.php @@ -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[] = [ @@ -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'])){