fix(core): update
This commit is contained in:
		| @@ -63,6 +63,8 @@ export class JsonLdTag extends Tag { | ||||
|       }, | ||||
|       "description": newsArticleArg.author.firstName | ||||
|     }; | ||||
|     const ldTag = new JsonLdTag(newsArticleArg); | ||||
|     return ldTag; | ||||
|   } | ||||
|  | ||||
|   constructor(ldObjectArg: any) { | ||||
|   | ||||
| @@ -52,7 +52,9 @@ export class TagLevel { | ||||
|     ); | ||||
|   } | ||||
|  | ||||
|   public addPostInfo() {} | ||||
|   public addNewsArticleInfo(articleArg: plugins.tsclass.content.IArticle) { | ||||
|     this.addTag(JsonLdTag.createNewsArticleLd(articleArg)); | ||||
|   } | ||||
|  | ||||
|   public async enable() { | ||||
|     if (this.title) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user