Project

General

Profile

Feature #2676

Updated by Ram Kordale about 2 years ago

A new key value pair will be added in 1.txt #%&book_type:<bookType>#%&. <bookType> can be "YouTube", "Book" or blank. If blank, the default value is "Book". 

 If it is of type YouTube, we need the following new functionality: 
 - collect all purple link phrases into purpleLinkList which is a comma separated list of the phrases. 
 - if purpleLinkList    is not empty, immediately below the iframe embedding the youtube video, display the following: "Click on any of the following to learn more: <purpleLinkList>" on angular pages. 
 - ***only on Prod***: do not display the content-iframe content on the Angular pages.

Back