Skip to content

Commit

Permalink
AutoLoad Module only Admin Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
tiefenb authored Nov 3, 2020
1 parent e945106 commit 9531c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElasticsearchFeeder.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ public static function getModuleInfo()
return array(
'title' => 'ElasticsearchFeeder',
'class' => 'ElasticsearchFeeder',
'version' => 130,
'version' => 131,
'summary' => 'Schema-flexible module for getting your page into ElasticSearch',
'href' => 'https://github.com/blue-tomato/ElasticsearchFeeder/',
'singular' => true,
'autoload' => true,
'autoload' => 'template=admin',
'requires' => [
'PHP>=7.0.0',
'ProcessWire>=3.0.133'
Expand Down

0 comments on commit 9531c37

Please sign in to comment.