Skip to content

Commit 21ec180

Browse files
author
Christian Fasching
committed
updated docs
1 parent 1441f81 commit 21ec180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/28_ListViews.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ implementation with the method
5656
[`public static function cmfGetOverviewData(ActivityStoreEntryInterface $entry)`](https://github.com/pimcore/customer-data-framework/blob/master/src/Model/ActivityInterface.php#L112).
5757
It should return an associative array of all data that should be shown.
5858
- **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)
6060
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)
6262
which can return the path to a template file in order to implement a complete custom template.
6363

0 commit comments

Comments
 (0)