feat: RTL option to RSS widget (#1247)
This commit is contained in:
@@ -82,6 +82,7 @@ const optionMapping: OptionMapping = {
|
||||
},
|
||||
rssFeed: {
|
||||
feedUrls: (oldOptions) => oldOptions.rssFeedUrl,
|
||||
enableRtl: (oldOptions) => oldOptions.enableRtl,
|
||||
maximumAmountPosts: (oldOptions) => oldOptions.maximumAmountOfPosts,
|
||||
textLinesClamp: (oldOptions) => oldOptions.textLinesClamp,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user