File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
docs-site/src/pages/pattern-lab/_patterns/04-pages/80-micro-journeys Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <bolt -connection
2
+ connection-url =" https://github.com/basaltinc/temp-pega-dummy-assets/raw/master/animated-bands-ltr.png"
3
+ >
4
+ <bolt -animate idle =" none" slot =" top" >
5
+ top
6
+ </bolt -animate >
7
+ <bolt -animate idle =" pulse" slot =" bottom" >
8
+ bottom
9
+ </bolt -animate >
10
+ </bolt -connection >
Original file line number Diff line number Diff line change
1
+ {% extends " ./_editor-wrapper.twig" %}
2
+
3
+ {% block content %}
4
+ {% include " ./20-connection.twig" only %}
5
+ {% endblock %}
Original file line number Diff line number Diff line change
1
+ <div class =" js-pega-editor" >
2
+ <script class =" js-pega-editor__config" type =" application/json" >
3
+ {
4
+ " styles" : [" /build/bolt-global.css" ],
5
+ " scripts" : [" /build/bolt-global.js" ]
6
+ }
7
+ </script >
8
+ <button class =" js-pega-editor__trigger" >Edit</button >
9
+ <div class =" js-pega-editor__space" >
10
+ {% block content %}
11
+ <bolt -placeholder >
12
+ Content to be edited goes here.
13
+ </bolt -placeholder >
14
+ {% endblock %}
15
+ </div >
16
+ </div >
You can’t perform that action at this time.
0 commit comments