Puzzlepart / prosjektportalen

Prosjektportal for SharePoint er et prosjektstyringsverktøy for SharePoint basert på prosjektveiviseren
Other
30 stars 15 forks source link

Create an alternative frontpage with quicklinks than can be activated as an extension #217

Closed tarjeieo closed 7 years ago

tarjeieo commented 7 years ago

Inspiration: image

olemp commented 7 years ago

Why do you create a separate ProjectQuickLinks component? Is it so different from QuickLinks? Can you just use QuickLinks with props?

olemp commented 7 years ago

@tarjeieo This works like a charm:

{
    "Files": [
        {
            "Folder": "SitePages",
            "Src": "{sitecollection}/Resources/SitePage.txt",
            "Url": "ProjectHome.aspx",
            "Overwrite": true,
            "Properties": {
                "Title": "Hjemmeside",
                "ContentTypeId": "0x010109010058561F86D956412B9DD7957BBCD67AAE01"
            },
            "RemoveExistingWebParts": true,
            "WebParts": [
                {
                    "Title": "Prosjektets faser",
                    "Zone": "LeftColumn",
                    "Order": 0,
                    "Contents": {
                        "FileSrc": "{wpgallery}/ProjectPhases.webpart"
                    }
                }
            ]
        }
    ]
}
tarjeieo commented 7 years ago

Done as a customization for UiA, not gonna merge into master. Can consider uploading this as an "extension package" when we establish a way to share goodies.