Skip to content

added call to youtube video on cloning entries #392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/pro/entry_cloning.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

Entry Cloning makes it possible to clone existing entries when ExpressionEngine Pro is installed.

Check out our video tutorial on Cloning Entries!
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/cSz7NZdQvGk?vq=HD1080&rel=0" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

</div>

## Enabling Entry Cloning
### Global
Entry Cloning is enabled by default when ExpressionEngine Pro is installed. Entry Cloning can be disabled globally for your site via the [Pro Configuration](/pro/configuration.md) setting or the matching [Config Override.](/pro/configuration.md#enable_entry_cloning)
Expand Down