Add an admin form

Created on 18 June 2024, 12 days ago
Updated 20 June 2024, 10 days ago

Problem/Motivation

There are several constants in use, these should be admin configurable

  /**
   * Public directory for sharpstream files.
   *
   * @todo - replace with admin config.
   */
  protected const DIRECTORY = '';

  /**
   * Public directory for sharpstream files.
   *
   * @todo - replace with admin config.
   */
  protected const SHARPSTREAM_API_URL = '';

  /**
   * Public directory for sharpstream files.
   *
   * @todo - replace with admin config.
   */
  protected const SHARPSTREAM_BEARER_TOKEN = '';
  public function processSharpstream() {
    // @todo - admin configurable
    $this->sharpstream->process('');
  }
πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom aaron.ferris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024