| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <presets author="AlfonZ" version="1.0" xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" shortdescription="Incorrect preset - delete_if_empty attribute for check" description="Incorrect preset - delete_if_empty attribute for check">
|
|---|
| 3 | <group name="Test" icon="presets/empty.png">
|
|---|
| 4 | <item name="delete_if_empty" icon="presets/empty.png" type="node">
|
|---|
| 5 | <text key="text" text="Text" default="" delete_if_empty="true" />
|
|---|
| 6 | <combo key="combo" text="Combo" values="foo,bar" default="" delete_if_empty="true" />
|
|---|
| 7 | <check key="check" text="Check" default="on" delete_if_empty="FOOBAR" />
|
|---|
| 8 | </item>
|
|---|
| 9 | </group>
|
|---|
| 10 | </presets>
|
|---|