Git Product home page Git Product logo

Comments (3)

clechner77 avatar clechner77 commented on June 19, 2024 1

When I added a masterpage it took me a bit to figure out how, but it made sense afterwards. Some additional notes if someone else stumbles across this....

APP.JSON

{
  "$schema": "../node_modules/sp-build-tasks/schema/v1/sppp.json",
  "spFolder": "_catalogs/masterpage/custom",
  "distFolder": "./dist",
  "masterpagePath": "masterpage/main.master",
  "masterpageCodeName": "new",
  "platformVersion": "2019",   <- pay attention here.... what you put should be included in your hbs file name
  ...............
}

Create an aspx masterpage exactly like you normally would, but named with the convention above in mind -- [PAGENAME].[MASTERCODENAME].hbs

main.2019.hbs

Save it in the masterpage directory.

Build and deploy. If you update the masterpage, it will update it on your site.

from generator-sppp.

koltyakov avatar koltyakov commented on June 19, 2024

Hi @Ted-A,

Thanks for using the generator.

Yes, the masterpage branding is a supported scenario. But it can be not the most straightforward in configuration terms.

Withing the configs in ./config/app.json the branding options should be provided. [Oh, it was really long I ever needed classic branding. ;)]

The masterpage or layout pages sources should be placed as .hbs in sources. They are compiled to .masterpage or .aspx correspondingly.

After the first upload with npm run publish, the metadata for masterpage/layout can be updated if needed manually.

Masterpage can be applied manually or with a task.

from generator-sppp.

Ted-A avatar Ted-A commented on June 19, 2024

@koltyakov
Thank you for your quick response. I will follow the steps you outlined here and will reach out if I have further questions.

from generator-sppp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.