Skip to content

Instantly share code, notes, and snippets.

@danielpunkass
Created July 16, 2014 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpunkass/7c3ed6dba7eef85cdc2c to your computer and use it in GitHub Desktop.
Save danielpunkass/7c3ed6dba7eef85cdc2c to your computer and use it in GitHub Desktop.
<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