MySource Matrix Developer

Main Content

Directory & XML Structure

There are two types of XML files for a screen, the edit interface screen and the lang screen. The edit interface screen file is located in the root directory of the asset. This file contains information regarding what type of form fields will be displayed in this screen. The lang screen file is located in locale/<lang> directory under the asset's root directory. The Lang screen file provides textual information for the form fields that are defined in the edit interface screen.


Asset directory structure:
Page Redirect
|_ locale
| |_ en
|   |_ lang_screen_details.xml
|   |_ lang_strings.xml
|_ asset.xml
|_ edit_interface_screen_details.xml
|_ page_redirect.inc
|_ page_redirect_edit_fns.inc
|_ page_redirect_management.inc