Plugin Directory

Changeset 2255955


Ignore:
Timestamp:
03/07/2020 02:21:43 AM (6 years ago)
Author:
sheetdb
Message:

text fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sheetdb/trunk/readme.txt

    r2255953 r2255955  
    3838== Re-use ==
    3939
    40 If you want to re-use the data, you can use the `save` attribute in your [sheetdb] elements. To re-use your data use [sheetdb-slot]. You can use the same data inside as in the parent
     40If you want to re-use your data, you can use the `save` attribute in your [sheetdb] element. To re-use your data use [sheetdb-slot]. You can use the same data inside as in the parent. To mach them value of save and slot must be the same.
    4141
    4242Example:
     
    4646[sheetdb-slot slot="slot-name"]{{ name }}[/sheetdb-slot]
    4747
    48 That way, you only use 1 request instead of 2. Slots have access to the same data as the parent. You can't change things like limit or search. You need the next request to do that.
     48That way, you only use 1 request instead of 2. Slots have access to the same data as the parent. You can't change things like limit or search.
    4949
    5050== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.