Add Comment Title
You can change the default title Add a comment to your order used in add comments component
Parameter lib | Parameter web | description |
---|---|---|
customTexts.addCommentTitle | addCommentTitleText | Parameter to customize the title Add a comment to your order in add comments component |
Usage Example
Consider the following examples:
URL example:
<!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
Updated 5 days ago