diff --git a/module/agenda/agenda.php b/module/agenda/agenda.php index fcef3921..842bc967 100644 --- a/module/agenda/agenda.php +++ b/module/agenda/agenda.php @@ -244,6 +244,7 @@ class agenda extends common // Valeurs en sortie $this->addOutput([ 'showBarEditButton' => true, + 'showPageContent' => true, 'view' => 'index', 'vendor' => [ 'animated-calendar' diff --git a/module/geogallery/geogallery.php b/module/geogallery/geogallery.php index a9e3b9c6..17f095e6 100644 --- a/module/geogallery/geogallery.php +++ b/module/geogallery/geogallery.php @@ -17,7 +17,7 @@ class geogallery extends common { - const VERSION = '0.7'; + const VERSION = '0.8'; const REALNAME = 'GéoGalerie'; const DATADIRECTORY = self::DATA_DIR . 'geogallery/'; @@ -431,6 +431,7 @@ class geogallery extends common // Valeurs en sortie $this->addOutput([ 'showBarEditButton' => true, + 'showPageContent' => true, 'view' => 'index', 'vendor' => [ 'leaflet' diff --git a/module/geolocation/geolocation.php b/module/geolocation/geolocation.php index 4023f870..92898fa9 100644 --- a/module/geolocation/geolocation.php +++ b/module/geolocation/geolocation.php @@ -18,7 +18,7 @@ class geolocation extends common { - const VERSION = '0.5'; + const VERSION = '0.6'; const REALNAME = 'Géolocalisation'; const DATADIRECTORY = self::DATA_DIR . 'geolocation/'; @@ -285,6 +285,7 @@ class geolocation extends common // Valeurs en sortie $this->addOutput([ 'showBarEditButton' => true, + 'showPageContent' => true, 'view' => 'index', 'vendor' => [ 'leaflet'