mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
12 lines
399 B
JavaScript
12 lines
399 B
JavaScript
// this list equals to enums in GraphQL schema file "backend/src/schema/types/type/FILED.gql"
|
|
export const valuesReasonCategoryOptions = [
|
|
'discrimination_etc',
|
|
'pornographic_content_links',
|
|
'glorific_trivia_of_cruel_inhuman_acts',
|
|
'doxing',
|
|
'intentional_intimidation_stalking_persecution',
|
|
'advert_products_services_commercial',
|
|
'criminal_behavior_violation_german_law',
|
|
'other',
|
|
]
|