shx-3d-render
parent
3b4e02512b
commit
243bb50733
|
@ -91,7 +91,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
|
||||
let FilamentList = {
|
||||
const FilamentList = {
|
||||
"#10": {
|
||||
"name": "Schwarz (Matt)",
|
||||
"hex": "#000000"
|
||||
|
@ -114,7 +114,7 @@
|
|||
}, "TextOne": {
|
||||
"text1": "Julia",
|
||||
"font": "LT Beverage",
|
||||
"color": "#000000"
|
||||
"color": "#11"
|
||||
|
||||
}
|
||||
};
|
||||
|
@ -173,7 +173,7 @@
|
|||
for(let color in options) {
|
||||
html += `
|
||||
<input type="radio" id="${inputID}-${i}" form="product-form-${section_id}" name="properties[${inputName}]" value="${options[color].name}" ${inputVal === color ? 'checked' : ''}>
|
||||
<label for="${inputID}-${i}" style="background-color: ${options[i]};"></label>
|
||||
<label for="${inputID}-${i}" style="background-color: ${options[color].hex};"></label>
|
||||
|
||||
`;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue