mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Remove backticks from gatsby metadata in docs. (#10357)
This commit is contained in:
parent
be19fa7f3d
commit
139fa07bcb
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Adding DataObjects to the schema
|
title: Adding DataObjects to the schema
|
||||||
summary: An overview of how the `DataObject` model can influence the creation of types, queries, and mutations
|
summary: An overview of how the DataObject model can influence the creation of types, queries, and mutations
|
||||||
---
|
---
|
||||||
|
|
||||||
# Working with DataObjects
|
# Working with DataObjects
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: `DataObject` query plugins
|
title: DataObject query plugins
|
||||||
summary: Learn about some of the useful goodies that come pre-packaged with `DataObject` queries
|
summary: Learn about some of the useful goodies that come pre-packaged with DataObject queries
|
||||||
---
|
---
|
||||||
|
|
||||||
# Working with DataObjects
|
# Working with DataObjects
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: `DataObject` operation permissions
|
title: DataObject operation permissions
|
||||||
summary: A look at how permissions work for `DataObject` queries and mutations
|
summary: A look at how permissions work for DataObject queries and mutations
|
||||||
---
|
---
|
||||||
|
|
||||||
# Working with DataObjects
|
# Working with DataObjects
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: `DataObject` inheritance
|
title: DataObject inheritance
|
||||||
summary: Learn how inheritance is handled in `DataObject` types
|
summary: Learn how inheritance is handled in DataObject types
|
||||||
---
|
---
|
||||||
|
|
||||||
# Working with DataObjects
|
# Working with DataObjects
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Working with generic types
|
title: Working with generic types
|
||||||
summary: Break away from the magic of `DataObject` models and build types and queries from scratch.
|
summary: Break away from the magic of DataObject models and build types and queries from scratch.
|
||||||
icon: clipboard
|
icon: clipboard
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user