removed silk
parent
0125477312
commit
9d062818a7
|
@ -333,20 +333,20 @@
|
|||
"84712": {
|
||||
"text1": "Paula",
|
||||
"font": "LT Beverage",
|
||||
"surface_finish": "silk",
|
||||
"surface_finish": "matte",
|
||||
"color": SHX_getFilamentById("10")
|
||||
},
|
||||
"17200": {
|
||||
"text1": "Marie",
|
||||
"font": "LT Beverage",
|
||||
"surface_finish": "silk",
|
||||
"surface_finish": "matte",
|
||||
"color1": SHX_getFilamentById("17"),
|
||||
"color2": SHX_getFilamentById("10")
|
||||
},
|
||||
"97548": {
|
||||
"text1": "Luca",
|
||||
"font": "LT Beverage",
|
||||
"surface_finish": "silk",
|
||||
"surface_finish": "matte",
|
||||
"color1": SHX_getFilamentById("17"),
|
||||
"color2": SHX_getFilamentById("10"),
|
||||
"color3": SHX_getFilamentById("17")
|
||||
|
@ -536,7 +536,6 @@
|
|||
|
||||
html += SHX_IFC_genTextInput('shx-text1', 'Text', 'Text', globalInputFormsObjValues[id]['text1'], section_id);
|
||||
html += SHX_IFC_genDropdownSelect('shx-font', 'Schriftart', 'Schriftart', globalInputFormsObjValues[id]['font'], ['LT Beverage', "Rose"], section_id);
|
||||
html += SHX_IFC_genSwatchSelect('shx-surface_finish', 'Vordere Oberfläche', 'Vordere Oberfläche', globalInputFormsObjValues[id]['surface_finish'], {"matte": {name: "Matt", imgUrl: "{{ "SHX-OberflaecheMatte.gif" | asset_url }}"}, "silk": {name: "Spiegelnd", imgUrl: "{{ "SHX-OberflaecheSilk.gif" | asset_url }}"}}, section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-color', 'Farbe', 'Farbe', globalInputFormsObjValues[id]['color'], [], section_id);
|
||||
|
||||
return html;
|
||||
|
@ -548,7 +547,6 @@
|
|||
|
||||
html += SHX_IFC_genTextInput('shx-text1', 'Text', 'Text', globalInputFormsObjValues[id]['text1'], section_id);
|
||||
html += SHX_IFC_genDropdownSelect('shx-font', 'Schriftart', 'Schriftart', globalInputFormsObjValues[id]['font'], ['LT Beverage', "Rose"], section_id);
|
||||
html += SHX_IFC_genSwatchSelect('shx-surface_finish', 'Vordere Oberfläche', 'Vordere Oberfläche', globalInputFormsObjValues[id]['surface_finish'], {"matte": {name: "Matt", imgUrl: "{{ "SHX-OberflaecheMatte.gif" | asset_url }}"}, "silk": {name: "Spiegelnd", imgUrl: "{{ "SHX-OberflaecheSilk.gif" | asset_url }}"}}, section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-color1', 'Farbe 1', 'Farbe 1', globalInputFormsObjValues[id]['color1'], [], section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-color2', 'Farbe 2', 'Farbe 2', globalInputFormsObjValues[id]['color2'], [], section_id);
|
||||
|
||||
|
@ -561,7 +559,6 @@
|
|||
|
||||
html += SHX_IFC_genTextInput('shx-text1', 'Text', 'Text', globalInputFormsObjValues[id]['text1'], section_id);
|
||||
html += SHX_IFC_genDropdownSelect('shx-font', 'Schriftart', 'Schriftart', globalInputFormsObjValues[id]['font'], ['LT Beverage', "Rose"], section_id);
|
||||
html += SHX_IFC_genSwatchSelect('shx-surface_finish', 'Vordere Oberfläche', 'Vordere Oberfläche', globalInputFormsObjValues[id]['surface_finish'], {"matte": {name: "Matt", imgUrl: "{{ "SHX-OberflaecheMatte.gif" | asset_url }}"}, "silk": {name: "Spiegelnd", imgUrl: "{{ "SHX-OberflaecheSilk.gif" | asset_url }}"}}, section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-color1', 'Farbe 1', 'Farbe 1', globalInputFormsObjValues[id]['color1'], [], section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-color2', 'Farbe 2', 'Farbe 2', globalInputFormsObjValues[id]['color2'], [], section_id);
|
||||
html += SHX_IFC_genColorSelect('shx-color3', 'Farbe 3', 'Farbe 3', globalInputFormsObjValues[id]['color3'], [], section_id);
|
||||
|
|
Loading…
Reference in New Issue