[#44898] Enterprise page on the Notification Centre - Animation
https://community.openproject.org/work_packages/44898pull/11614/head
parent
7c9547443b
commit
a05f12ac7e
Binary file not shown.
@ -1,5 +1,5 @@ |
||||
<op-enterprise-page |
||||
[feature_image]="image" |
||||
[feature_video]="video" |
||||
[feature_title]="text.title" |
||||
[feature_description]="text.description" |
||||
></op-enterprise-page> |
||||
|
@ -0,0 +1,15 @@ |
||||
/** |
||||
* Returns an absolute asset path from the assets/videos/ folder |
||||
* |
||||
* e.g., to access: |
||||
* app/assets/videos/enterprise/date-alert-notification-settings.mp4 |
||||
* |
||||
* use |
||||
* imagePath('enterprise/date-alert-notification-settings.mp4') |
||||
* |
||||
* |
||||
* @param video Path to the video starting from app/assets/videos |
||||
*/ |
||||
export function videoPath(video:string):string { |
||||
return `/assets/${video}`; |
||||
} |
Loading…
Reference in new issue