Skip to content
Snippets Groups Projects
Commit 7b296cc6 authored by Brian Canini's avatar Brian Canini
Browse files

new custom module - adds soundcloud option to social media module

parent 0864378c
No related branches found
No related tags found
No related merge requests found
name: Social Media Links Extras
description: 'Creates additional link fields in Social Media Links module'
core: 8.x
type: module
package: ASC Tech
<?php
<?php
namespace Drupal\socialmedialinks_extras\Plugin\SocialMediaLinks\Platform;
use Drupal\social_media_links\PlatformBase;
/**
* Provides 'soundcloud' platform.
*
* @Platform(
* id = "soundcloud",
* name = @Translation("SoundCloud"),
* urlPrefix = "https://soundcloud.com/",
* )
*/
class SoundCloud extends PlatformBase {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment