mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
element-properties - Rename file and id
Changes - 1. id - From "element-properties" to "element-child-content". Changed in file and sidebar.js 2. rename file - from "element-properties.mdx" to "element-child-content.mdx"
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: element-properties
|
id: element-child-content
|
||||||
title: Element attributes and properties
|
title: Element properties - Child and Content
|
||||||
---
|
---
|
||||||
|
|
||||||
import Admonition from "../components/Admonition"
|
import Admonition from "../components/Admonition"
|
||||||
+1
-1
@@ -2,7 +2,7 @@ module.exports = {
|
|||||||
"Quick Guide": {
|
"Quick Guide": {
|
||||||
"DOM and Events": [
|
"DOM and Events": [
|
||||||
"create-modify-element",
|
"create-modify-element",
|
||||||
'element-properties',
|
'element-child-content',
|
||||||
'element-position-scroll',
|
'element-position-scroll',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user