Skip to content

Commit

Permalink
docs: use note and warning blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 27, 2017
1 parent 212013b commit 7e4ab5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/general-configuration/breadcrumbs.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Breadcrumbs
===========

.. note::

This functionality is only available for CakePHP 3.3.6 and up.

You can indicate the current page's location within a navigational hierarchy
called a breadcrumb. CrudView does not output breadcrumbs by default, but they
may be enabled via the ``scaffold.breadcrumbs`` configuration key.

.. warning::

Settings this configuration key to anything other than an array will
result in no breadcrumbs.

Expand Down
2 changes: 2 additions & 0 deletions docs/index-pages/customizing-the-index-page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ paginated result-set. This must be done manually.
Example: Applying Finder Scopes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. note::

This example assumes a simple blog application is being modified, with a
``posts`` database table containing the fields ``id``, ``active``,
``title``, ``body``, and ``created``.
Expand Down

0 comments on commit 7e4ab5e

Please sign in to comment.