Skip to content

Commit

Permalink
Разгрузка
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed May 19, 2021
1 parent 32c6e0b commit ee20304
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions local/configs/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data:
on.result.modifier.component.last.modified:
event: 'on.result.modifier.component'
# Класс обработчик.
handler: '\Local\SymfonyEvents\Handlers\OnResultModifierSections'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\OnResultModifierSections'
# Метод слушателя. Если не указано, то "action".
method: 'action'
# Приоритет. По умолчанию - 0.
Expand All @@ -13,7 +13,7 @@ data:
on.component.epilog.last.modified:
event: 'on.component.epilog'
# Класс обработчик.
handler: '\Local\SymfonyEvents\Handlers\OnComponentEpilogLastModified'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\OnComponentEpilogLastModified'
# Метод слушателя. Если не указано, то "action".
method: 'action'
# Приоритет. По умолчанию - 0.
Expand All @@ -24,33 +24,33 @@ data:
set.seo.detail.page:
event: 'on.component.epilog'
# Класс обработчик.
handler: '\Local\SymfonyEvents\Handlers\Seo\OnDetailSetSeoData'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\Seo\OnDetailSetSeoData'
priority: 200

# Канонические ссылки в news.detail.
canonical.detail:
event: 'on.result.modifier.component.detail'
# Класс обработчик.
handler: '\Local\SymfonyEvents\Handlers\Seo\Canonical'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\Seo\Canonical'
priority: 100

# H1 в news.list.
h1.sections:
event: 'on.result.modifier.component'
# Класс обработчик.
handler: '\Local\SymfonyEvents\Handlers\Seo\H1'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\Seo\H1'
priority: 250

# H1 в news.detail.
h1.detal:
event: 'on.result.modifier.component.detail'
handler: '\Local\SymfonyEvents\Handlers\Seo\H1Detail'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\Seo\H1Detail'
priority: 350

on.component.epilog.section.last.modified:
event: 'on.component.epilog.sections'
# Класс обработчик.
handler: '\Local\SymfonyEvents\Handlers\OnComponentEpilogLastModified'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\OnComponentEpilogLastModified'
# Метод слушателя. Если не указано, то "action".
method: 'action'
# Приоритет. По умолчанию - 0.
Expand All @@ -60,5 +60,5 @@ data:
set.seo.section.page:
event: 'on.component.epilog.sections'
# Класс обработчик.
handler: '\Local\SymfonyEvents\Handlers\Seo\OnSectionSetSeoData'
handler: '\Prokl\BitrixOrdinaryToolsBundle\Services\SymfonyEvents\Handlers\Seo\OnSectionSetSeoData'
priority: 200

0 comments on commit ee20304

Please sign in to comment.