Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

ETC Year

Synopsis

Return current year.

Version

  • 0.1.0

SS Versions

  • 7.1

  • 7.0

v7.1 Fluid Engine Compatible

  • Yes

Dependencies


Install

  • Install Element Text Change. After you install the code be sure to continue on with the rest of the steps.

  • In the element text change code after the selectorTextSearchReplaceMap example data structures add the following example code.

          '#block-12345678901234567890 .sqs-html-content' : {
          
            searchText : '[year]',
            
            replaceText : twcEtcYear
            
            },
            
  • Add code from etc year.html to Website > Pages > Custom Code > Code Injection > FOOTER before the ELEMENT TEXT CHANGE code. Please see Add code to code injection.

Make a Donation

Please consider making a donation.

Changes

  • 2024-06-28

    • initial version