mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
14 lines
391 B
XML
14 lines
391 B
XML
<query id="getComponentList" action="select">
|
|
<tables>
|
|
<table name="editor_components" />
|
|
</tables>
|
|
<columns>
|
|
<column name="*" />
|
|
</columns>
|
|
<conditions>
|
|
<condition operation="equal" column="enabled" var="enabled" />
|
|
</conditions>
|
|
<navigation>
|
|
<index var="sort_index" default="list_order" order="asc" />
|
|
</navigation>
|
|
</query>
|