Skip to content

Commit 7c69ad6

Browse files
authored
Merge pull request #710 from ExpressionEngine/add-var-modifier-video
added youtube video for var modifiers
2 parents dbc296d + aa5a364 commit 7c69ad6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/templates/variable-modifiers.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)
44
55
@link https://expressionengine.com/
6-
@copyright Copyright (c) 2003-2020, Packet Tide, LLC (https://packettide.com)
6+
@copyright Copyright (c) 2003-2023, Packet Tide, LLC (https://packettide.com)
77
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
88
-->
99

1010
# Variable Modifiers
1111

12+
Check out our video tutorial on Variable Modifiers and applying multiple at once!
13+
<div class="video-wrapper">
14+
<iframe src="https://www.youtube.com/embed/ccpZUbsbWnw?vq=HD1080&rel=0" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
15+
</div>
16+
1217
Most template variables can be modified for common formatting and output needs without requiring any plugins. For instance, making user-submitted content safe for use in a `<meta>` tag attribute, limiting to a certain number of characters, displaying currency, or as JSON to create structured data for SEO (search engine optimization). These modifiers apply to:
1318

1419
- All Channel Fields

0 commit comments

Comments
 (0)