Skip to content

Commit

Permalink
move tags to generic details.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 5, 2021
1 parent f7be677 commit 481364d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ protected void setFields() {
@Override
protected void setFieldDefaults() {
super.setFieldDefaults();

//this component has category field
componentDefaults.put(TagConstants.PN_TAGS, new String[]{});
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ protected void setFieldDefaults() {
super.setFieldDefaults();

componentDefaults.put(FIELD_PUBLISH_DATE, getPageCreated(getResourcePage().getProperties()));

}

@Override
Expand Down

0 comments on commit 481364d

Please sign in to comment.