Changed author info.

This commit is contained in:
Mikael Svenson 2019-10-13 11:43:06 +02:00
parent c06a99a8ca
commit f5c9ccec76
3 changed files with 20 additions and 23 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json", "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": { "solution": {
"name": "Modern Script Editor web part by Puzzlepart", "name": "Modern Script Editor web part by @mikaelsvenson",
"id": "1425175f-3ed8-44d2-8fc4-dd1497191294", "id": "1425175f-3ed8-44d2-8fc4-dd1497191294",
"version": "1.0.0.13", "version": "1.0.0.13",
"includeClientSideAssets": true, "includeClientSideAssets": true,

View File

@ -19,8 +19,7 @@ export class PropertyPaneLogo implements IPropertyPaneField<IPropertyPaneCustomF
private onRender(elem: HTMLElement): void { private onRender(elem: HTMLElement): void {
elem.innerHTML = ` elem.innerHTML = `
<div style="margin-top: 30px"> <div style="margin-top: 30px">
<div style="float:right">Author: <a href="mailto:mikael.svenson@puzzlepart.com" tabindex="-1">Mikael Svenson</a></div> <div style="float:right">Author: <a href="https://twitter.com/mikaelsvenson" tabindex="-1">Mikael Svenson</a></div>
<div style="float:right"><a href="https://www.puzzlepart.com/" target="_blank"><img src="//www.puzzlepart.com/wp-content/uploads/2017/08/Pzl-LogoType-200.png" onerror="this.style.display = \'none\'";"></a></div>
</div>`; </div>`;
} }
} }

View File

@ -7,11 +7,10 @@
"supportsFullBleed": true, "supportsFullBleed": true,
"manifestVersion": 2, "manifestVersion": 2,
"requiresCustomScript": true, "requiresCustomScript": true,
"preconfiguredEntries": [ "preconfiguredEntries": [{
{
"groupId": "3a328f0a-99c4-4b28-95ab-fe0847f657a3", "groupId": "3a328f0a-99c4-4b28-95ab-fe0847f657a3",
"group": { "group": {
"default": "Puzzlepart" "default": "mAdcOW deZign"
}, },
"title": { "title": {
"default": "Modern Script Editor" "default": "Modern Script Editor"
@ -26,6 +25,5 @@
"removePadding": false, "removePadding": false,
"spPageContextInfo": false "spPageContextInfo": false
} }
} }]
]
} }