<?xml version="1.0" encoding="utf-8"?>
<widget id="<%- packagePathXml %>.<%- packageName %>.<%- name %>" pluginWidget="true" needsEntityContext="true" offlineCapable="true"
        supportedPlatform="Native"
        xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd">
    <name><%- nameCamelCase %></name>
    <description><%- description %></description>
    <icon/>
    <properties>
        <propertyGroup caption="General">
            <property key="yourName" type="string" required="false">
                <caption>Name</caption>
                <description>Enter your name</description>
            </property>
        </propertyGroup>
    </properties>
</widget>
