Add layout and isAlpha to pattern pages automatically

This commit is contained in:
Lea Verou
2025-01-03 15:52:27 -05:00
parent 90b6a9a8ac
commit 2a957e6316
19 changed files with 20 additions and 33 deletions

View File

@@ -1,7 +1,6 @@
---
title: App
description: TODO
layout: pattern.njk
---
TODO Page Description
@@ -1045,4 +1044,4 @@ TODO Page Description
```
### With templates
### With recommendations grid
### With recommendations grid

View File

@@ -1,7 +1,6 @@
---
title: Blog
description: TODO
layout: pattern.njk
---
TODO Page Description
@@ -367,4 +366,4 @@ TODO Page Description
}
</style>
```
```

View File

@@ -1,9 +1,8 @@
---
title: Business
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples

View File

@@ -1,7 +1,6 @@
---
title: E-commerce - Category Filter
description: TODO
layout: pattern.njk
---
TODO Page Description
@@ -9,4 +8,4 @@ TODO Page Description
## With inline actions and expandable sidebar filters
```html{.example}
```
```

View File

@@ -1,11 +1,10 @@
---
title: E-commerce - Category Preview
description: TODO
layout: pattern.njk
---
TODO Page Description
## Three Column (WIP)
```
```

View File

@@ -1,7 +1,6 @@
---
title: E-commerce - Order History
description: TODO
layout: pattern.njk
---
TODO Page Description
@@ -10,4 +9,4 @@ TODO Page Description
```html{.example}
```
```

View File

@@ -1,7 +1,6 @@
---
title: E-commerce - Product List
description: TODO
layout: pattern.njk
---
TODO Page Description
@@ -9,4 +8,4 @@ TODO Page Description
## With split image
```html{.example}
```
```

View File

@@ -1,7 +1,6 @@
---
title: E-commerce - Product Detail
description: TODO
layout: pattern.njk
---
TODO Page Description

View File

@@ -1,7 +1,6 @@
---
title: E-commerce - Product Lists
description: TODO
layout: pattern.njk
---
TODO Page Description

View File

@@ -1,7 +1,6 @@
---
title: E-commerce - Product Reviews
description: TODO
layout: pattern.njk
---
TODO Page Description

View File

@@ -1,9 +1,8 @@
---
title: E-commerce - Shopping Cart
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples

View File

@@ -1,9 +1,8 @@
---
title: Business
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples

View File

@@ -1,9 +1,8 @@
---
title: Entertainment
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples

View File

@@ -1,9 +1,8 @@
---
title: Membership
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples

View File

@@ -1,7 +1,6 @@
---
title: News
description: TODO
layout: pattern.njk
---
TODO Page Description
@@ -157,4 +156,4 @@ TODO Page Description
}
}
</style>
```
```

View File

@@ -1,9 +1,8 @@
---
title: Non-profit
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples

View File

@@ -0,0 +1,5 @@
{
"layout": "pattern.njk",
"tags": ["patterns"],
"isAlpha": true
}

View File

@@ -1,9 +1,8 @@
---
title: Portfolio
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples

View File

@@ -1,9 +1,8 @@
---
title: Product Landing
description: TODO
layout: pattern.njk
---
TODO Page Description
## Examples
## Examples