mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
implementing carrot into wallabag
This commit is contained in:
parent
b0f9f5ac21
commit
c8b4ef7fed
10 changed files with 15 additions and 6 deletions
|
@ -812,4 +812,4 @@ class Poche
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -49,6 +49,7 @@
|
|||
@define ('NOT_FLATTRABLE', '0');
|
||||
@define ('FLATTRABLE', '1');
|
||||
@define ('FLATTRED', '2');
|
||||
@define ('CARROT', TRUE);
|
||||
// display or not print link in article view
|
||||
@define ('SHOW_PRINTLINK', '1');
|
||||
// display or not percent of read in article view. Affects only default theme.
|
||||
|
@ -67,4 +68,3 @@
|
|||
@define ('IMPORT_LIMIT', 5);
|
||||
//delay between downloads (in sec)
|
||||
@define ('IMPORT_DELAY', 5);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue