-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
We propose correcting MOBILE_API.xml(inaccurate description)
Currently, MOBILE_API.xml contains some inaccurate descriptions. .
By compensating for this, we can provide a more accurate RPC documents to the SDL developers.
The target items are described in the Excel file.
MOBILE_API_inaccurate description.xlsx
e.g. alignment that is one of the parameter of RPC Show in MOBILE_API.xml, its description is inaccurate. Add the description of each element as shown below.
Modify the description of alignment as shown below.
<param name="alignment" type="TextAlignment" mandatory="false" since="1.0">
<description>
- Specifies how mainField1 and mainField2 texts should be aligned on display.
+ Specifies how mainField1, mainField2, mainField3 and mainField4 texts should be aligned on display.
.If omitted, texts will be centered.
</description>
</param>Metadata
Metadata
Assignees
Labels
No labels