-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am a beginner of Dokuwiki. Recently, I want to use Dokuwiki to develop a simple website for our company. The purpose of this website is 1) to publish our events, activities, and message to clients, and 2) to be a bulletin board for our colleagues internally. So the "anewssystem" plugin is very helpful for my development.
But I wonder if I can predefine the default value in the "tag" of the news. My idea is that I want to classify the news into two types: public and private, then the clients can only read the "public" news.
In my design, I will design two pages (home page and intranet page) to publish the news where different tags (public and private) are predefined automatically, respectively.
Now, we need to manually input the tag, but sometimes we forget to input the tag or input the wrong tag.
Do you have any idea about it? Thank you!