Presentation Entity
This CiviCRM extension creates two custom entities, Presentation and Presentation Author, with APIv4 support so that they can be used in SearchKit and FormBuilder. These entities make it possible to store and display information about presentations, such as papers and slideshows, uploaded by users.
The extension is licensed under AGPL-3.0.
- PHP v7.2+
- Yested on CiviCRM 5.51
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl presentation@https://github.com/briennekordis/civicrmExt_presentationEntity/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/briennekordis/civicrmExt_presentationEntity.git
cv en presentation