Created
February 5, 2014 02:15
-
-
Save ezra-g/8816364 to your computer and use it in GitHub Desktop.
This file contains 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
/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