Skip to content

Commit

Permalink
feat: Add new slot for template definition (#12251)
Browse files Browse the repository at this point in the history
Adds a new possible slot for displaying error and conflict messages for CPQ. Change is compatible to all versions of CPQ sample data

Closes #12203
  • Loading branch information
Larisa-Staroverova authored May 10, 2021
1 parent 7d54810 commit 5065bb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import { defaultCpqInteractiveRoutingConfig } from './default-cpq-interactive-ro
lg: {
slots: [
'CpqConfigHeader',
'CpqConfigBanner',
'CpqConfigMenu',
'CpqConfigContent',
'CpqConfigOverviewBanner',
Expand All @@ -68,6 +69,7 @@ import { defaultCpqInteractiveRoutingConfig } from './default-cpq-interactive-ro

slots: [
'CpqConfigHeader',
'CpqConfigBanner',
'CpqConfigContent',
'CpqConfigOverviewBanner',
'CpqConfigOverviewContent',
Expand Down

0 comments on commit 5065bb4

Please sign in to comment.