mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:05:58 +00:00
tagwall: enable a target attribute
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
"href" => array( TW_RQ_URL ), // value is required url
|
"href" => array( TW_RQ_URL ), // value is required url
|
||||||
"name" => array( TW_RQ_LINK ), // value is link (link+href combination must be fixed in base)
|
"name" => array( TW_RQ_LINK ), // value is link (link+href combination must be fixed in base)
|
||||||
"title" => null,
|
"title" => null,
|
||||||
|
"target" => null,
|
||||||
),
|
),
|
||||||
|
|
||||||
"hr" => null, // without attributes
|
"hr" => null, // without attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user