= $this->extend('admin/_layout') ?>
= $this->section('title') ?>
= lang('Episode.embeddable_player.title') ?>
= $this->endSection() ?>
= $this->section('pageTitle') ?>
= lang('Episode.embeddable_player.title') ?>
= $this->endSection() ?>
= $this->section('content') ?>
= form_label(lang('Episode.embeddable_player.label'), 'label') ?>
$theme): ?>
= form_textarea(
[
'id' => 'iframe',
'name' => 'iframe',
'class' => 'form-textarea w-full h-20 mr-2',
],
""
) ?>
= icon_button(
'file-copy',
lang('Episode.embeddable_player.clipboard_iframe'),
null,
['variant' => 'default'],
[
'data-type' => 'clipboard-copy',
'data-clipboard-target' => 'iframe',
]
) ?>
= form_textarea(
[
'id' => 'url',
'name' => 'url',
'class' => 'form-textarea w-full h-10 mr-2',
],
$episode->embeddable_player
) ?>
= icon_button(
'file-copy',
lang('Episode.embeddable_player.clipboard_url'),
null,
['variant' => 'default'],
['data-type' => 'clipboard-copy', 'data-clipboard-target' => 'url']
) ?>
= $this->endSection() ?>