Contains templates, clipart galleries, palettes, symbol font, autocorrections, autotexts etc.
How-to add a new gallery:
extras/source/gallery/foo/.str file extras/source/gallery/foo/foo.strfoo section to extras/source/gallery/share/gallery_names.ulfGallery_foo.mk at the top-level (and mention in Module_extra.mk)GALLERY_FILELIST statement in scp2/How-to add a new autotext category
extras/source/autotext/lang/xx/foo/ where xx is your lang code. xx must exactly fit with an UI lang code.foo.bau autotext file in this directory (excluding an empty mimetype file)xx/foo.bau in extras/AllLangPackage_autotextshare.mkextras/CustomTarget_autotextshare.mk:foo.bau (except mimetype) in extras_AUTOTEXTSHARE_XMLFILESHow-to add a new autotext to an existing category
extras/source/autotext/lang/xx/standard/FOO/ to add it in category standard of lang xxFOO.xml for an unformatted autotext)extras/source/autotext/lang/xx/standard/BlockList.xmlextras/source/autotext/lang/xx/standard/META-INF/manifest.xmlextras/CustomTarget_autotextshare.mk:extras_AUTOTEXTSHARE_XMLFILESHow-to add a new template category
How-to add a new template to an existing category
<dc:title>Foo</dc:title> in meta.xml to make presentation name translatable<Category>Foo.ot? (? = p, t, s or g) in extras/source/templates/<Category>/Foo (no space allowed in any file names)<Category>/Foo.ot? / in Package_templates.mk (or Package_tplpresnt.mk if it's a presentation)template_files.mk:<Category>/Foo/settings.xml (and all other files which are not automatically added) to extra_files_COMMON (or extra_files_PRESENTATIONS in case of a presentation template)