generator-joomla-spc
Version:
Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files
19 lines • 861 B
text/xml
<metadata>
<layout title="COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_VIEW_DEFAULT_TITLE">
<message>COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_VIEW_DEFAULT_DESC</message>
</layout>
<fields
name="request"
addfieldpath="/administrator/components/com_<%= _.slugify(componentName) %>/models/fields"
>
<fieldset name="request">
<field
name="id"
type="<%= _.slugify(componentName) %>"
label="COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_GREETING_LABEL"
description="COM_<%= _.slugify(componentName).toUpperCase() %>_<%= _.slugify(componentName).toUpperCase() %>_FIELD_GREETING_DESC"
/>
</fieldset>
</fields>
</metadata>