Problem/Motivation

Drupal tpl files have default classes that can be used by themes to apply custom configuration. The default classes are not used in the video-embed-field-embed-code.tpl.php file, which makes it more difficult to apply custom markup to embedded video's.

Proposed resolution

Apply the default template classes to video-embed-field-embed-code.tpl.php while keeping the current markup, so the change does not cause any regressions.

Remaining tasks

  1. Write a patch
  2. Review

User interface changes

None

API changes

None

Data model changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr created an issue. See original summary.

idebr’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
1.19 KB

Apparently attributes is an Omega thing, but classes will do.