TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

feat: tup-584 re-order share platforms #813

Closed wesleyboar closed 4 months ago

wesleyboar commented 4 months ago

Overview

Allow re-order of platforms for social media sharing.

Related

Changes

Testing

  1. Add to settings_local.py:
    TACC_SOCIAL_SHARE_PLATFORMS = ['instagram', 'facebook', 'email']
  2. Create news article.
  3. Open news article.
  4. Verify icons are present and working and in this order:
    1. instagram
    2. facebook
    3. email

UI

before after
before after