mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Enhance data schema
This commit is contained in:
@@ -125,10 +125,12 @@ class task_period_apiwebhooks extends task_appboxAbstract
|
||||
'name' => $row['type'],
|
||||
'data' => array(
|
||||
'feed' => array(
|
||||
'id' => $feed->get_id(),
|
||||
'title' => $feed->get_title(),
|
||||
'description' => $feed->get_subtitle(),
|
||||
),
|
||||
'entry' => array(
|
||||
'id' => $entry->get_id(),
|
||||
'author' => array(
|
||||
'name' => $entry->get_author_name(),
|
||||
'email' => $entry->get_author_email()
|
||||
|
Reference in New Issue
Block a user