Skip to content

Instantly share code, notes, and snippets.

@jdiepeveen
Created December 17, 2017 13:31
Show Gist options
  • Save jdiepeveen/82926735765432a18016a872d729909f to your computer and use it in GitHub Desktop.
Save jdiepeveen/82926735765432a18016a872d729909f to your computer and use it in GitHub Desktop.
~/Library/Preferences/IntelliJIdea<VERSION>/templates/
<templateSet group="Magnolia CMS">
<template name="textfield" value="- name: $FIELDNAME$&#10; class: info.magnolia.ui.form.field.definition.TextFieldDefinition&#10;" description="Insert a TextFieldDefinition" toReformat="false" toShortenFQNames="true">
<variable name="FIELDNAME" expression="" defaultValue="" alwaysStopAt="true" />
</template>
<template name="hiddenfield" value="- name: $FIELDNAME$&#10; class: info.magnolia.ui.form.field.definition.HiddenFieldDefinition&#10;" description="Insert a HiddenFieldDefinition" toReformat="false" toShortenFQNames="true">
<variable name="FIELDNAME" expression="" defaultValue="" alwaysStopAt="true" />
</template>
</templateSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment