]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Better event name (creating thumbnail _source_)
[quix0rs-gnu-social.git] / EVENTS.txt
index fd75036894293bc5d2305f7364f2373d63d0bbfd..4d1215f6e03580a003a7c01c9eaaa2f74cb134cd 100644 (file)
@@ -966,6 +966,9 @@ StartShowNoticeForm: before showing the notice form (before <form>)
 EndShowNoticeForm: after showing the notice form (after <form>)
 - $action: action being executed
 
+StartShowEntryForms: microapp entry form tab data
+- &$tabs: tab assoc array with 'tag' => (title, href to create new entry)
+
 StartGrantRole: when a role is being assigned
 - $profile: profile that will have the role
 - $role: string name of the role
@@ -1437,3 +1440,8 @@ OtherAccountProfiles: Hook to add account profiles to a user account profile blo
             href: link to the profile
             text: text for the profile
             image: mini image for the profile
+
+CreateFileImageThumbnailSource: Hook to create image thumbnail source from a File
+- $file:    MediaFile object with related metadata
+- &$imgPath: Path to image file which can be used as source for our thumbnail algorithm.
+- $media:   MIME media type ('image', 'video', 'audio' etc.)