Línea 25... |
Línea 25... |
25 |
'value_options' => [
|
25 |
'value_options' => [
|
26 |
AbuseReport::REASON_ADDICTION => 'LABEL_ABUSE_REPORT_REASON_ADDICTION',
|
26 |
AbuseReport::REASON_ADDICTION => 'LABEL_ABUSE_REPORT_REASON_ADDICTION',
|
27 |
AbuseReport::REASON_DISCRIMINATION => 'LABEL_ABUSE_REPORT_REASON_DISCRIMINATION',
|
27 |
AbuseReport::REASON_DISCRIMINATION => 'LABEL_ABUSE_REPORT_REASON_DISCRIMINATION',
|
28 |
AbuseReport::REASON_OFENSIVE => 'LABEL_ABUSE_REPORT_REASON_OFENSIVE',
|
28 |
AbuseReport::REASON_OFENSIVE => 'LABEL_ABUSE_REPORT_REASON_OFENSIVE',
|
29 |
AbuseReport::REASON_SEXUALITY => 'LABEL_ABUSE_REPORT_REASON_SEXUALITY',
|
29 |
AbuseReport::REASON_SEXUALITY => 'LABEL_ABUSE_REPORT_REASON_SEXUALITY',
|
30 |
AbuseReport::REASON_TERRORISM => 'LABEL_ABUSE_REPORTREASON_TERRORISM',
|
30 |
AbuseReport::REASON_TERRORISM => 'LABEL_ABUSE_REPORT_REASON_TERRORISM',
|
31 |
AbuseReport::READON_OTHER => 'LABEL_ABUSE_REPORT_ READON_OTHER',
|
31 |
AbuseReport::READON_OTHER => 'LABEL_ABUSE_REPORT_REASON_OTHER',
|
32 |
],
|
32 |
],
|
33 |
],
|
33 |
],
|
34 |
'attributes' => [
|
34 |
'attributes' => [
|
35 |
'id' => 'reason',
|
35 |
'id' => 'reason',
|
36 |
]
|
36 |
]
|