File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,25 @@ export const targetListDocumentation: {
5252 customContexts : [ 'customer' ] ,
5353 actions : [ ] ,
5454 } ,
55+ 'customer/card:appeals' : {
56+ description : {
57+ 'en-GB' : 'Widget for the contact request item' ,
58+ 'es-ES' : 'Widget para el elemento de solicitud de contacto' ,
59+ 'ru-RU' : 'Виджет для элемента обращений' ,
60+ } ,
61+ location : {
62+ 'en-GB' : 'Before the "In Progress" header in the client card' ,
63+ 'es-ES' : 'Antes del encabezado "En progreso" en la tarjeta del cliente' ,
64+ 'ru-RU' : 'Перед заголовком "В работе" в карточке клиента' ,
65+ } ,
66+ contexts : [
67+ 'customer/card' ,
68+ 'user/current' ,
69+ 'settings' ,
70+ ] ,
71+ customContexts : [ 'customer' ] ,
72+ actions : [ ] ,
73+ } ,
5574 'order/card:common.before' : {
5675 description : {
5776 'en-GB' : 'Widget for the section with common data' ,
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ export type SchemaListByTarget = {
4343 | 'user/current'
4444 | 'settings'
4545 > ,
46+ 'customer/card:appeals' : Pick < SchemaList ,
47+ | 'customer/card'
48+ > ;
4649 'order/card:common.before' : Pick < SchemaList ,
4750 | 'order/card'
4851 | 'user/current'
You can’t perform that action at this time.
0 commit comments