+ Reply to Thread
Results 1 to 3 of 3

Thread: Target="_blank" on description field don't work !

  1. #1
    Senior Member
    Join Date
    Aug 2014
    Posts
    163

    Target="_blank" on description field don't work !

    Hello,

    in the description, when I add _blank in a link to open the link in a new window, it doesn't work. It opens in the same window.

    It looks like it doesn't take into account the target in the database.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138

  3. #3
    Senior Member
    Join Date
    Aug 2014
    Posts
    163
    Hi, Thank You

    $config->set('Attr.AllowedFrameTargets', array('_blank','_top'));
    Work Fine

+ Reply to Thread