summaryrefslogtreecommitdiff
path: root/plugins/SocialLayout/layout.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SocialLayout/layout.js')
-rw-r--r--plugins/SocialLayout/layout.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/SocialLayout/layout.js b/plugins/SocialLayout/layout.js
new file mode 100644
index 000000000..730ba6338
--- /dev/null
+++ b/plugins/SocialLayout/layout.js
@@ -0,0 +1,13 @@
+/*
+ * 1. Provide easy autocomplete functionality
+ * for social-object plugins to use in the
+ * notice form.
+ * They will need to specify the groups and
+ * mentions (@-replies) explicitly, since
+ * we won't be "parsing" their content for it
+ * autocomplete will help there.
+ * see: SocialAutocompleteAction.php
+ *
+ * 2. make some abstractions for social-objects
+ * use ajax.
+ */