2

I have downloaded craftercms and now following Getting Started guide. But I don't see any blueprints in the blueprints dropdown. How can I get and install blueprints?

iehrlich
  • 3,572
  • 4
  • 34
  • 43
Paras
  • 804
  • 1
  • 10
  • 25

1 Answers1

3

You can download the blueprints from here https://github.com/craftercms/studio/archive/v2.5.3.zip. Blueprints are located here: src/main/webapp/repo-bootstrap/cstudio/blueprints/ within the file.

Now you can move the wanted Blueprint in the /cstudio/blueprints/ folder within your local repository

Cortiz
  • 839
  • 4
  • 7
  • Blueprints could be downloaded as individual folders from https://github.com/craftercms/studio/tree/v2.5.3/src/main/webapp/repo-bootstrap/cstudio/blueprints (adjust URLs as per your Studio Version in future) – Paras Apr 25 '17 at 20:42