diff options
| author | 2021-08-30 10:58:06 +0200 | |
|---|---|---|
| committer | 2021-08-30 10:58:06 +0200 | |
| commit | 50ba6bbe07b0bb86eb07e3212ba2e22cb2878cf2 (patch) | |
| tree | 3e54faf8e06be88468d0be1e9df808f88691194e /cli/i18n | |
| parent | 812eda1fa05e370c4c1645b5b82f09f9da2c7bf7 (diff) | |
UI: Add optional thumbnail and summary on feed items (#3805)
* UI: Add optional thumbnail and summary on feed items
Implements #561
* UI: Thumbnail: Own column, Custom size, Lazy load
* UI: Thumbnail: Remove unnecessary CSS rule
Remove rule already defined in base theme, no override needed
* CSS lint + RTL
* Improve thumbail and summary generation
* Support img alt
* Missing htmlspecialchars
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'cli/i18n')
| -rw-r--r-- | cli/i18n/ignore/en-us.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index 60c527887..206df6996 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -159,6 +159,8 @@ return array( 'conf.archiving.ttl', 'conf.display._', 'conf.display.icon.bottom_line', + 'conf.display.icon.thumbnail', + 'conf.display.icon.summary', 'conf.display.icon.display_authors', 'conf.display.icon.entry', 'conf.display.icon.publication_date', |
