承接 kanopi/remote-video-youtube-lite 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kanopi/remote-video-youtube-lite

最新稳定版本:1.0.2

Composer 安装命令:

composer require kanopi/remote-video-youtube-lite

包简介

Configures Remote Video Media entity to use Lite YouTube Embed.

README 文档

README

Configures Remote Video Media entity to use Lite YouTube Embed.

Configuring Drupal for Recipes

See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md

Installing this Recipe

composer require kanopi/remote-video-youtube-lite

NOTE:

This recipe requires the YouTube Lite Embed npm packages that needs to be saved in Drupal libraries.

Be sure your project's composer.json file is set up like this:

"extra": {
    "installer-types": [
        "npm-asset"
    ],
    "installer-paths": {
        "web/libraries/{$name}": [
            "type:drupal-library",
            "type:npm-asset"
        ],
    }
}

Applying this Recipe

From your webroot run:

php core/scripts/drupal recipe recipes/contrib/remote-video-youtube-lite

and drush cr

If you have our Docksal command in your project, run:

fin recipe-apply remote-video-youtube-lite

Unpacking this Recipe

To unpack this recipe's dependencies to your site's composer.json, in the root of your project run:

composer unpack kanopi/remote-video-youtube-lite

If you have our Docksal command in your project, run:

fin recipe-unpack kanopi/remote-video-youtube-lite

Known Issues

N/A

统计信息

  • 总下载量: 366
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 10
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2024-03-09