repo card: custom card_width
This commit is contained in:
@@ -19,6 +19,7 @@ export default async (req, res) => {
|
||||
icon_color,
|
||||
text_color,
|
||||
bg_color,
|
||||
card_width,
|
||||
theme,
|
||||
show_owner,
|
||||
show,
|
||||
@@ -115,6 +116,7 @@ export default async (req, res) => {
|
||||
theme,
|
||||
border_radius,
|
||||
border_color,
|
||||
card_width: parseInt(card_width, 10),
|
||||
show_owner: parseBoolean(show_owner),
|
||||
show: showStats,
|
||||
show_icons: parseBoolean(show_icons),
|
||||
|
||||
Reference in New Issue
Block a user