# November 21, 2019
# Reviewing Lupe sign in page design
- sketched out an idea for the animation
# Back to JMS Homepage slider
- need to make it so that superscripted ® will work.
- confusing, but adding the htmlspecialchars option (opens new window) to the editable input works
pimcore_input('txtHeadline', {'htmlspecialchars': false})
1
# Working on coding guidelines a bit
# Looking into more juicer schtuff
Ouch, turns out what they need isn't actually possible right now (opens new window)
# Turns out JMS Slider needs to autoplay
- With Siema (opens new window), that's not built in, had to make a new instance and add a setinterval that clears when you click.
# JMS Campaign page experimentation
- Might go with a nuxt solution. Can be put in apps, and if you build to the right directory using
nuxt generate
->
generate: {
dir: '../../public/apps/app-name'
},
1
2
3
2
3
then can be included inside a blank twig file with
{% block content %}
{{ vueapp('app-name') }}
{% endblock %}
1
2
3
2
3
# Going to try SL page this way
- mostly working, background images set in css are an issue, they don't get that build directory reference.