Created
July 16, 2014 01:52
-
-
Save danielpunkass/7c3ed6dba7eef85cdc2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<record-type name="custom field" code="Cfld"> | |
<property name="label" code="cfNm" type="text" description="the name of a custom field as displayed in MarsEdit's user interface"> | |
<cocoa key="userVisibleName" /> | |
</property> | |
<property name="server field name" code="cfKy" type="text" description="the value of a custom field as it will be sent to the blog server"> | |
<cocoa key="key" /> | |
</property> | |
<property name="value" code="cfVl" type="text" description="the value of a custom field as it will be sent to the blog server"> | |
<cocoa key="value" /> | |
</property> | |
</record-type> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment