az-digital / az_quickstart

UArizona's web content management system built with Drupal 10.
https://quickstart.arizona.edu
GNU General Public License v2.0
30 stars 20 forks source link

Possibly use views display plugin for marketing cloud #2600

Open trackleft opened 1 year ago

trackleft commented 1 year ago

Motivation

In order to allow people to create their own templates for exporting to marketing cloud, we could use views display plugins to do much of the heavy lifting so that people won't need to duplicate work that exists within az_marketing_cloud in order to make minor modifications to their newsletter content templates.

https://api.drupal.org/api/drupal/core%21modules%21views%21src%21Plugin%21views%21display%21DisplayPluginInterface.php/group/views_display_plugins/#:~:text=Plugins%20to%20handle%20the%20overall,most%20commonly%20used%20display%20plugins.

joeparsons commented 1 year ago

Related to #2327.