1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

Update configuring.rst (#265)

small fix on customizing frame
This commit is contained in:
raffaele messuti 2017-11-08 03:13:57 +01:00 committed by Ilya Kreymer
parent 7ed9275446
commit aea9be5291

View File

@ -158,7 +158,7 @@ The top-frame used for framed replay can be replaced or augmented
by modifiying the ``frame_insert.html``. by modifiying the ``frame_insert.html``.
To start with modifiying the default outer page, you can add it to the current To start with modifiying the default outer page, you can add it to the current
templates directory by running ``wb-frame template --add frame_insert.html`` templates directory by running ``wb-manager template --add frame_insert_html``
To initialize the replay, the outer page should include ``wb_frame.js``, To initialize the replay, the outer page should include ``wb_frame.js``,
create an ``<iframe>`` element and pass the id (or element itself) to the ``ContentFrame`` constructor: create an ``<iframe>`` element and pass the id (or element itself) to the ``ContentFrame`` constructor: