Modules
Admin
Nuget package: Lisa.Modules.Admin
The core admin UI module for Veva.
Pages
Nuget package: Lisa.Modules.Pages
The Pages module provides support for rendering pages on the front-end.
Assets
Nuget package: Lisa.Modules.Assets
The Assets module provides access to uploaded files/images in Veva.
Documents
Nuget package: Lisa.Modules.Documents
The Documents module allows users to define content types for all kinds of content and to manage content of these types.
Audit Logging
Nuget package: Lisa.Modules.AuditLogging
This module provides audit logging for all actions performed in the Veva backend.
Data sources
Nuget package: Lisa.Modules.DataSources
This module provides support for reading and displaying data from other resources, such as JSON REST APIs, XML feeds and such. Implementing support for different resources and data types is easy.
Google Analytics
Nuget package: Lisa.Modules.GoogleAnalytics
This module adds support for the Google Analytics tracking code for the website. A new tab is shown in the website settings where the tracking code can be enabled/disabled and the google analytics ID for the website is placed. The module takes care of injecting the tracking code into the page, when enabled.
Hubspot
Nuget package: Lisa.Modules.Hubspot
The Hubspot module provides an integration with the Hubspot platform. It contains two components, the "Embedded Hubspot form" component which injects the Hubspot embed code for forms into the page and shows the specified form. For a more advanced and seamless integration, it also contains another component called "Hubspot form" which allows users to design forms inside of Veva, on top of existing Hubspot forms, by inserting various field components and mapping them to the underlying fields in the selected Hubspot form.
IslandIs
Nuget package: Lisa.Modules.IslandIs
This module provides support for the old Island.is authentication service. A new tab is added to the global settings dialog where the service is configured. Once configured and enabled, it can be used to authenticate into the Veva backend directly from the backend login-prompt.
LisaLiveMigrations
Nuget package: Lisa.Modules.LisaLiveMigrations
This module provides support for migrating various content types from LiSA Live to Veva. Once installed, navigate to "/lisa/migration-wizard" on the website and you will be presented with a wizard which takes you through the migration process. Content which is currently supported is the Item Gallery, List Object, News and Tags. You will need to provide a connection string to the old LiSA database and place it into the appsettings.json config file. The connection string needs to be called "LisaLiveConnectionString".