This repository was archived by the owner on Dec 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-14
lines changed
src/Cmf/MainBundle/Resources/rdf-mappings Expand file tree Collapse file tree 4 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ app/logs/*
5
5
vendor /
6
6
app /bootstrap.php.cache
7
7
app /app.sqlite
8
- app /config /parameters.dist
8
+ app /config /parameters.yml
9
9
10
10
web /config.php
11
11
app /SymfonyRequirements.php
Original file line number Diff line number Diff line change 1
1
imports :
2
- - { resource: parameters.yml }
2
+ - { resource: parameters.yml.dist }
3
3
- { resource: security.yml }
4
4
5
5
framework :
@@ -76,4 +76,4 @@ fos_rest:
76
76
symfony_cmf_create :
77
77
phpcr_odm : true
78
78
map :
79
- http://rdfs.org/sioc/ ns#Post : Cmf\MainBundle\Document\NewsDetail
79
+ http://cmf.symfony.com/ ns#NewsDetail : Cmf\MainBundle\Document\NewsDetail
Original file line number Diff line number Diff line change 1
1
<type
2
- xmlns : sioc =" http://rdfs.org/sioc/ns#"
3
2
xmlns : dcterms =" http://purl.org/dc/terms/"
4
- xmlns : skos =" http://www.w3.org/2004/02/skos/core #"
5
- typeof =" sioc:Post "
3
+ xmlns : cmf =" http://cmf.symfony.com/ns #"
4
+ typeof =" cmf:NewsCollection "
6
5
>
7
6
<children >
8
- <property property =" dcterms :title" identifier =" title" tag-name =" h1" />
9
- <property property =" sioc :content" identifier =" body" />
7
+ <property property =" cmf :title" identifier =" title" tag-name =" h1" />
8
+ <property property =" cmf :content" identifier =" body" />
10
9
11
- <collection rel =" skos :related" identifier =" children" tag-name =" ul" type =" sioc:Post " />
10
+ <collection rel =" cmf :related" identifier =" children" tag-name =" ul" type =" cmf:NewsDetail " />
12
11
13
12
</children >
14
13
</type >
Original file line number Diff line number Diff line change 1
1
<type
2
- xmlns : sioc =" http://rdfs.org/sioc/ns#"
3
2
xmlns : dcterms =" http://purl.org/dc/terms/"
4
- xmlns : skos =" http://www.w3.org/2004/02/skos/core #"
5
- typeof =" sioc:Post "
3
+ xmlns : cmf =" http://cmf.symfony.com/ns #"
4
+ typeof =" cmf:NewsDetail "
6
5
>
7
6
<children >
8
- <property property =" dcterms :title" identifier =" title" tag-name =" h1" />
9
- <property property =" sioc :content" identifier =" body" />
7
+ <property property =" cmf :title" identifier =" title" tag-name =" h1" />
8
+ <property property =" cmf :content" identifier =" body" />
10
9
</children >
11
10
</type >
You can’t perform that action at this time.
0 commit comments