Skip to content

Instantly share code, notes, and snippets.

@ezra-g
Created February 5, 2014 02:15
Show Gist options
  • Save ezra-g/8816364 to your computer and use it in GitHub Desktop.
Save ezra-g/8816364 to your computer and use it in GitHub Desktop.
/Users/ezra/Developer/htdocs/acquia/commons-profile/modules/commons/commons_groups/commons_groups.strongarm.inc:
158 $strongarm->api_version = 1;
159 $strongarm->name = 'pathauto_node_pattern';
160: $strongarm->value = 'groups/[node:og-group-ref:0:title]/[node:title]';
161 $export['pathauto_node_pattern'] = $strongarm;
162
/Users/ezra/Developer/htdocs/acquia/commons-profile/modules/commons/commons_notify/commons_notify.features.inc:
30 "message_text" : { "und" : [
31 {
32: "value" : "New comment on [message:field-target-nodes:0:title_field] in [message:field-target-nodes:0:og-group-ref:0:title]: [message:field-target-nodes:0:title_field]",
33 "format" : "plain_text",
34: "safe_value" : "\\u003Cp\\u003ENew comment on [message:field-target-nodes:0:title_field] in [message:field-target-nodes:0:og-group-ref:0:title]: [message:field-target-nodes:0:title_field]\\u003C\\/p\\u003E\\n"
35 },
36 {
..
81 "message_text" : { "und" : [
82 {
83: "value" : "New [message:field-target-nodes:0:content-type] in [message:field-target-nodes:0:og-group-ref:0:title]: [message:field-target-nodes:0:title_field]",
84 "format" : "plain_text",
85: "safe_value" : "\\u003Cp\\u003ENew [message:field-target-nodes:0:content-type] in [message:field-target-nodes:0:og-group-ref:0:title]: [message:field-target-nodes:0:title_field]\\u003C\\/p\\u003E\\n"
86 },
87 {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment