Files
freeCodeCamp/curriculum/challenges/_meta/responsive-web-design-principles/meta.json
Oliver Eyton-Williams bd68b70f3d Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-09-03 15:07:40 -07:00

32 lines
720 B
JSON

{
"name": "Responsive Web Design Principles",
"isUpcomingChange": false,
"dashedName": "responsive-web-design-principles",
"order": 4,
"time": "1 hour",
"template": "",
"required": [],
"superBlock": "responsive-web-design",
"superOrder": 1,
"challengeOrder": [
[
"587d78b0367417b2b2512b08",
"Create a Media Query"
],
[
"587d78b1367417b2b2512b09",
"Make an Image Responsive"
],
[
"587d78b1367417b2b2512b0a",
"Use a Retina Image for Higher Resolution Displays"
],
[
"587d78b1367417b2b2512b0c",
"Make Typography Responsive"
]
],
"helpRoom": "Help",
"fileName": "01-responsive-web-design/responsive-web-design.json"
}