README.txt |
README.txt |
|
DESCRIPTION
------
This module creates a youtube channel in a block for the website.
With a given youtube channel username you can access the latest videos
of the user. You can also set the height and width required for the
youtube channel.
* For a… |
youtubechannel-block.html.twig |
templates/youtubechannel-block.html.twig |
|
{% if youtube_content.show_error == 1 %}
<h3>Please configure this section in the {{youtube_content.config_link}}</h3>
{% else %}
<div id="youtubechannel-player" style="width:{{youtube_content.width}}px;… |
youtubechannel.css |
css/youtubechannel.css |
|
#youtubechannel-player {
margin-bottom: 10px;
}
#youtubechannel-list {
overflow-y: auto;
}
#youtubechannel-list ul {
margin: 0;
padding: 0;
}
#youtubechannel-list ul li {
background: none;
display: inline;
float: left;
margin: 0 0… |
youtubechannel.info.yml |
youtubechannel.info.yml |
|
youtubechannel.info.yml |
youtubechannel.libraries.yml |
youtubechannel.libraries.yml |
|
youtubechannel.libraries.yml |
youtubechannel.module |
youtubechannel.module |
|
Contains hooks for youtubechannel module. |
youtubechannel.routing.yml |
youtubechannel.routing.yml |
|
youtubechannel.routing.yml |
youtubechannelblock.php |
src/Plugin/Block/youtubechannelblock.php |
Drupal\youtubechannel\Plugin\Block |
|
YoutubechannelSettingsForm.php |
src/YoutubechannelSettingsForm.php |
Drupal\youtubechannel |
|