Skip to content

Commit

Permalink
add contact links.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 21, 2021
1 parent 4a6a2c1 commit f84c7b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ protected void setFields() {
{"email", StringUtils.EMPTY},
{"contactNumber", StringUtils.EMPTY},
{"contactNumberMobile", StringUtils.EMPTY},
{"linksType", new String[]{}},
{"linksContent", new String[]{}},
{DETAILS_DATA_SCHEMA_ITEMSCOPE, DETAILS_DATA_SCHEMA_ITEMSCOPE, DETAILS_DATA_SCHEMA_ITEMSCOPE},
{DETAILS_DATA_SCHEMA_ITEMTYPE, "http://schema.org/Person", DETAILS_DATA_SCHEMA_ITEMTYPE},
});
Expand Down

0 comments on commit f84c7b2

Please sign in to comment.