29 lines
1.0 KiB
XML
Executable File
29 lines
1.0 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<newsFeeds>
|
|
<settings>
|
|
<!--
|
|
These tags correspond to the user type that the person chose when they
|
|
installed the project tools. When a post is created with one of these
|
|
tags, then that user type will only see those posts.
|
|
|
|
Any post using the tag 'all' will show up for everyone.
|
|
-->
|
|
<tags>
|
|
<tag userType="Character Artist">character</tag>
|
|
<tag userType="Map Artist">map</tag>
|
|
<tag userType="Prop Artist">prop</tag>
|
|
<tag userType="Vehicle Artist">vehicle</tag>
|
|
<tag userType="Animator">animation</tag>
|
|
<tag userType="Cutscene">cutscene</tag>
|
|
<tag userType="VFX Artist">vfx</tag>
|
|
</tags>
|
|
</settings>
|
|
|
|
<!--
|
|
News feeds that the project would like to display to the user. The path is relative
|
|
to the project root.
|
|
-->
|
|
<newsFeed name="Project">docs/TechArt/NewsFeeds/project.html</newsFeed>
|
|
<!--<newsFeed name="Global">docs/TechArt/NewsFeeds/global.html</newsFeed>-->
|
|
<newsFeed name="Development">docs/TechArt/NewsFeeds/development.html</newsFeed>
|
|
</newsFeeds> |