feat: added journal article tempates
This commit is contained in:
parent
d0bba1db42
commit
65dee0354c
4 changed files with 17 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
|||
<manifest:manifest>
|
||||
<manifest:file-entry manifest:full-path="Redaction/" manifest:media-type="application/vnd.sun.star.basic-library"/>
|
||||
<manifest:file-entry manifest:full-path="Addons.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
<manifest:file-entry manifest:full-path="Templates.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
<manifest:file-entry manifest:full-path="WriterWindowState.xcu" manifest:media-type="application/vnd.sun.star.configuration-data"/>
|
||||
</manifest:manifest>
|
||||
|
|
12
Templates.xcu
Normal file
12
Templates.xcu
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<oor:component-data oor:package="org.openoffice.Office" oor:name="Paths" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<node oor:name="Paths">
|
||||
<node oor:name="Template" oor:op="fuse">
|
||||
<node oor:name="InternalPaths">
|
||||
<node oor:name="%origin%/templates" oor:op="fuse"/>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
|
||||
|
BIN
templates/articles/default article template_ru.ott
Normal file
BIN
templates/articles/default article template_ru.ott
Normal file
Binary file not shown.
4
templates/groupuinames.xml
Normal file
4
templates/groupuinames.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<groupuinames:template-group-list xmlns:groupuinames="http://openoffice.org/2006/groupuinames">
|
||||
<groupuinames:template-group groupuinames:name="articles" groupuinames:default-ui-name="Articles" />
|
||||
</groupuinames:template-group-list>
|
Loading…
Add table
Reference in a new issue