shx-3d-render
parent
e2f7fa09a1
commit
635a3a24cf
|
@ -306,6 +306,7 @@
|
|||
"TextOne": {
|
||||
"text1": "Julia",
|
||||
"font": "LT Beverage",
|
||||
"surface_finish": "silk",
|
||||
"color": SHX_getFilamentById("11")
|
||||
|
||||
}
|
||||
|
@ -412,7 +413,7 @@
|
|||
|
||||
|
||||
let html = `
|
||||
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span class="shx-ifc-form_label_selected shx-ifc-form_label_selected_${inputID}">${SHX_getFilamentById(inputVal).name}</span></label>
|
||||
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span class="shx-ifc-form_label_selected shx-ifc-form_label_selected_${inputID}">${options[inputName].name}</span></label>
|
||||
<div id="${inputID}" class="shx-ifc-colorselect">
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue