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:
2020-11-08 18:23:00 +05:30
parent 7cb4ba9bd2
commit 44f1bfcf42
2 changed files with 3 additions and 3 deletions
@@ -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
View File
@@ -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',
], ],