feat: filter site bodies before media upload
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
INSERT INTO app_settings(key, value_json, value_type, title, description, category)
|
||||
VALUES (
|
||||
'site_parser_min_text_length',
|
||||
'50'::jsonb,
|
||||
'int',
|
||||
'Минимальная длина текста сайта',
|
||||
'Материалы сайта с более коротким телом не попадают в raw и media uploader.',
|
||||
'Site Parser'
|
||||
)
|
||||
ON CONFLICT (key) DO NOTHING;
|
||||
Reference in New Issue
Block a user