You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/28_ListViews.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ implementation with the method
56
56
[`public static function cmfGetOverviewData(ActivityStoreEntryInterface $entry)`](https://github.com/pimcore/customer-data-framework/blob/master/src/Model/ActivityInterface.php#L112).
57
57
It should return an associative array of all data that should be shown.
58
58
-**Activity Detail Page**: There are two ways of configuring the content of the activity detail page.
59
-
1) Implement the method [public static function cmfGetDetailviewData(ActivityStoreEntryInterface $entry);](https://github.com/pimcore/customer-data-framework/blob/master/src/Model/ActivityInterface.php#L121)
59
+
1) Implement the method [`public static function cmfGetDetailviewData(ActivityStoreEntryInterface $entry);`](https://github.com/pimcore/customer-data-framework/blob/master/src/Model/ActivityInterface.php#L121)
60
60
which should return an associative array of all data. This data is shown in a two-column list by default.
61
-
2) Implement the method [public static function cmfGetDetailviewTemplate(ActivityStoreEntryInterface $entry);](https://github.com/pimcore/customer-data-framework/blob/master/src/Model/ActivityInterface.php#L130)
61
+
2) Implement the method [`public static function cmfGetDetailviewTemplate(ActivityStoreEntryInterface $entry);`](https://github.com/pimcore/customer-data-framework/blob/master/src/Model/ActivityInterface.php#L130)
62
62
which can return the path to a template file in order to implement a complete custom template.
0 commit comments