feat: family summary module (monicahq/chandler#125)

This commit is contained in:
Mazarin
2022-06-08 11:38:42 -04:00
committed by GitHub
parent a97ec0652a
commit c7d358ff35
12 changed files with 258 additions and 5 deletions
+1
View File
@@ -18,6 +18,7 @@ class Module extends Model
const TYPE_NOTES = 'notes';
const TYPE_CONTACT_NAMES = 'contact_names';
const TYPE_AVATAR = 'avatar';
const TYPE_FAMILY_SUMMARY = 'family_summary';
const TYPE_COMPANY = 'company';
const TYPE_FEED = 'feed';
const TYPE_GENDER_PRONOUN = 'gender_pronoun';