Skip to content

Commit

Permalink
Merge pull request #260 from pcworld/patch-1
Browse files Browse the repository at this point in the history
sidebar-navigation.rst: Fix tablesBlacklist key
  • Loading branch information
ADmad authored Feb 12, 2019
2 parents 8903b77 + b82644a commit 65ffb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general-configuration/sidebar-navigation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ the ``scaffold.tables_blacklist`` configuration key to specify tables to
'users',
]);
You can also specify a global tables blacklist by setting ``Crud.tablesBlacklist``
You can also specify a global tables blacklist by setting ``CrudView.tablesBlacklist``
configuration key. By default the ``phinxlog`` table is blacklisted.

.. code-block:: php
Configure::write('Crud.tablesBlacklist', ['phinxlog']);
Configure::write('CrudView.tablesBlacklist', ['phinxlog']);
Disabling the Sidebar Navigation
Expand Down

0 comments on commit 65ffb8e

Please sign in to comment.