-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
proposal:
data cache setting
a link can have a data tag data-cache which can have true or false
<a href="item/1" data-cache="true">item 1</a>
then the emy library replaces the href link to the appended content
id setting
if you need special id then you can set it with
<a href="item/1" data-cache="true" data-cache-id="item-1">item 1</a>
default data cache setting
you can set a default cache on the body tag like data-cache-default="true"
Reactions are currently unavailable