The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add attribution for Feline Grimace Scale

+10 -1
+1 -1
config.json
··· 1 1 { 2 - "name": "grimace scale page - add menu item", 2 + "name": "grimace scale page - attribution", 3 3 "version": "6.10.0", 4 4 "template_engine": "handlebars_v4", 5 5 "meta": {
+9
templates/pages/custom/page/feline-grimace-scale.html
··· 451 451 padding-left: 6px; 452 452 } 453 453 454 + .attribution { 455 + font-size: 0.65rem; 456 + color: var(--text-muted); 457 + text-align: right; 458 + padding: 0 22px 12px; 459 + font-style: italic; 460 + } 461 + 454 462 /* Animations */ 455 463 @keyframes fadeDown { 456 464 from { opacity: 0; transform: translateY(-16px); } ··· 542 550 <span class="cutoff-label">4</span> 543 551 </div> 544 552 </div> 553 + <small class="attribution">The Feline Grimace Scale (FGS) <i>© Université de Montréal 2019</i></small> 545 554 </div> 546 555 547 556 </div>