Skip to content

Commit

Permalink
change correct slider path in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
llemurya committed Mar 18, 2015
1 parent 3851374 commit f1abd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/slider/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Create a simple slider type
---------------------------

To create simple slider type, create a :doc:`child extension </extensions/child-extensions>`. In our case the slider type is ``bx-slider``, so the child extension directory will be
``framework-customizations/extensions/slider/extensions/bx-slider``.
``framework-customizations/extensions/media/extensions/slider/extensions/bx-slider``.

Configuration
^^^^^^^^^^^^^
Expand Down Expand Up @@ -189,7 +189,7 @@ you must create a class file named ``class-fw-extension-{slider-type}.php``
within the slider type directory.

In our case the slider type is ``bx-slider``, so the class file will be located in
``framework-customizations/slider/extensions/bx-slider/class-fw-extension-bx-slider.php``
``framework-customizations/extensions/media/extensions/slider/extensions/bx-slider/class-fw-extension-bx-slider.php``
and will contain:

.. code-block:: php
Expand Down

0 comments on commit f1abd7b

Please sign in to comment.