Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
M2 content provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TechDivision Public
M2 content provisioning
Commits
0b3aa98f
Commit
0b3aa98f
authored
Oct 26, 2020
by
Lukas Kiederle
Browse files
Options
Downloads
Patches
Plain Diff
fixed xml schema reference to pass magento static tests
parent
623b6612
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!35
fixed xml schema reference to pass magento static tests
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
0b3aa98f
...
@@ -35,7 +35,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
...
@@ -35,7 +35,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
### Minimal configuration for a page
### Minimal configuration for a page
```
xml
```
xml
<?xml version="1.0"?>
<?xml version="1.0"?>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
/
ContentProvisioning
/
etc/content_provisioning.xsd"
>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
_
ContentProvisioning
:
etc/content_provisioning.xsd"
>
<page
key=
"your-module.page.an-identifier.all"
identifier=
"an-identifier"
maintained=
"true"
active=
"true"
>
<page
key=
"your-module.page.an-identifier.all"
identifier=
"an-identifier"
maintained=
"true"
active=
"true"
>
<title>
Page Title
</title>
<title>
Page Title
</title>
<content
type=
"file"
>
Your_Module::path/to/content.html
</content>
<content
type=
"file"
>
Your_Module::path/to/content.html
</content>
...
@@ -47,7 +47,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
...
@@ -47,7 +47,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
### Full configuration for a page
### Full configuration for a page
```
xml
```
xml
<?xml version="1.0"?>
<?xml version="1.0"?>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
/
ContentProvisioning
/
etc/content_provisioning.xsd"
>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
_
ContentProvisioning
:
etc/content_provisioning.xsd"
>
<page
key=
"your-module.page.an-identifier.german"
identifier=
"an-identifier"
maintained=
"true"
active=
"true"
>
<page
key=
"your-module.page.an-identifier.german"
identifier=
"an-identifier"
maintained=
"true"
active=
"true"
>
<title>
Page Title
</title>
<title>
Page Title
</title>
<content
heading=
"New Page Heading"
type=
"file"
>
Your_Module::path/to/content.html
</content>
<content
heading=
"New Page Heading"
type=
"file"
>
Your_Module::path/to/content.html
</content>
...
@@ -80,7 +80,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
...
@@ -80,7 +80,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
### Minimal configuration for a block
### Minimal configuration for a block
```
xml
```
xml
<?xml version="1.0"?>
<?xml version="1.0"?>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
/
ContentProvisioning
/
etc/content_provisioning.xsd"
>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
_
ContentProvisioning
:
etc/content_provisioning.xsd"
>
<block
key=
"your-module.block.lorem-ipsum-1.all"
identifier=
"lorem-ipsum-1"
maintained=
"true"
active=
"true"
>
<block
key=
"your-module.block.lorem-ipsum-1.all"
identifier=
"lorem-ipsum-1"
maintained=
"true"
active=
"true"
>
<title>
Test Block 1
</title>
<title>
Test Block 1
</title>
<content>
<![CDATA[<h2>test foobar Aenean commodo ligula eget dolor aenean massa</h2>]]>
</content>
<content>
<![CDATA[<h2>test foobar Aenean commodo ligula eget dolor aenean massa</h2>]]>
</content>
...
@@ -92,7 +92,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
...
@@ -92,7 +92,7 @@ After installing this module you can create own `content_provisioning.xml` in ea
### Full configuration for a block
### Full configuration for a block
```
xml
```
xml
<?xml version="1.0"?>
<?xml version="1.0"?>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
/
ContentProvisioning
/
etc/content_provisioning.xsd"
>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Firegento
_
ContentProvisioning
:
etc/content_provisioning.xsd"
>
<block
key=
"your-module.block.lorem-ipsum-2.german"
identifier=
"lorem-ipsum-2"
maintained=
"false"
active=
"true"
>
<block
key=
"your-module.block.lorem-ipsum-2.german"
identifier=
"lorem-ipsum-2"
maintained=
"false"
active=
"true"
>
<title>
Test Block 2
</title>
<title>
Test Block 2
</title>
<content
type=
"file"
>
Your_Module::path/to/content.html
</content>
<content
type=
"file"
>
Your_Module::path/to/content.html
</content>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment