Add Comment Title

This document contains the specifications needed to change the title of the comments section

Below we have a screenshot of what the feature looks like:


Implementation



Available parameters

Parameter libParameter webdescription
customTexts.addCommentTitleaddCommentTitleTextParameter to customize the title Add a comment to your order in add comments component

Code

<!DOCTYPE html>
<head>
    <title>LSW v3 Embed</title>
</head>
<body>
    <div id="instaleap-lsw-v3"></div>
</body>

<script src="https://xandar-lsw-v3.instaleap.io/lib/status.js"></script>
<script>
    const params = {
        job: "myJob",
        token: "myToken",
        container: "#instaleap-lsw-v3",
        customTexts:{
          addCommentTitle: "Custom text to add comment title"
        }
    }
    window.instaleap.status.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/status?job=myJob&token=myToken&addCommentTitleText=Custom%20text%20to%20add%20comment%20title

Demo


🤓

NOTE: Please do not modify the Demo, this is a visual aid.