Changed author info.
This commit is contained in:
parent
c06a99a8ca
commit
f5c9ccec76
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
||||
"solution": {
|
||||
"name": "Modern Script Editor web part by Puzzlepart",
|
||||
"name": "Modern Script Editor web part by @mikaelsvenson",
|
||||
"id": "1425175f-3ed8-44d2-8fc4-dd1497191294",
|
||||
"version": "1.0.0.13",
|
||||
"includeClientSideAssets": true,
|
||||
|
|
|
@ -19,8 +19,7 @@ export class PropertyPaneLogo implements IPropertyPaneField<IPropertyPaneCustomF
|
|||
private onRender(elem: HTMLElement): void {
|
||||
elem.innerHTML = `
|
||||
<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"><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 style="float:right">Author: <a href="https://twitter.com/mikaelsvenson" tabindex="-1">Mikael Svenson</a></div>
|
||||
</div>`;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,25 +7,23 @@
|
|||
"supportsFullBleed": true,
|
||||
"manifestVersion": 2,
|
||||
"requiresCustomScript": true,
|
||||
"preconfiguredEntries": [
|
||||
{
|
||||
"groupId": "3a328f0a-99c4-4b28-95ab-fe0847f657a3",
|
||||
"group": {
|
||||
"default": "Puzzlepart"
|
||||
},
|
||||
"title": {
|
||||
"default": "Modern Script Editor"
|
||||
},
|
||||
"description": {
|
||||
"default": "Add arbitrary script to a page"
|
||||
},
|
||||
"officeFabricIconFontName": "JS",
|
||||
"properties": {
|
||||
"script": "",
|
||||
"title": "The Modern Script Editor web part!",
|
||||
"removePadding": false,
|
||||
"spPageContextInfo": false
|
||||
}
|
||||
"preconfiguredEntries": [{
|
||||
"groupId": "3a328f0a-99c4-4b28-95ab-fe0847f657a3",
|
||||
"group": {
|
||||
"default": "mAdcOW deZign"
|
||||
},
|
||||
"title": {
|
||||
"default": "Modern Script Editor"
|
||||
},
|
||||
"description": {
|
||||
"default": "Add arbitrary script to a page"
|
||||
},
|
||||
"officeFabricIconFontName": "JS",
|
||||
"properties": {
|
||||
"script": "",
|
||||
"title": "The Modern Script Editor web part!",
|
||||
"removePadding": false,
|
||||
"spPageContextInfo": false
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue