Commit 0aea5167 authored by Yusei Tahara's avatar Yusei Tahara

erp5_forge: Add a placeholder to git author field.

parent 83752607
......@@ -11,6 +11,7 @@
<value>
<list>
<string>description</string>
<string>extra</string>
<string>title</string>
</list>
</value>
......@@ -84,6 +85,14 @@
<key> <string>description</string> </key>
<value> <string>default identity (name + email) to commit in the git repository</string> </value>
</item>
<item>
<key> <string>extra</string> </key>
<value> <string encoding="cdata"><![CDATA[
placeholder="Your name <you@example.com>"
]]></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment