So what if Red could do more CMS types of things? And you could add arbitrary web content pages of your own design to your channel resources? Oh wait...
This commit is contained in:
parent
7737382378
commit
d93080ac74
2
boot.php
2
boot.php
@ -368,6 +368,8 @@ define ( 'ITEM_BLOCKED', 0x0002);
|
||||
define ( 'ITEM_MODERATED', 0x0004);
|
||||
define ( 'ITEM_SPAM', 0x0008);
|
||||
define ( 'ITEM_DELETED', 0x0010);
|
||||
define ( 'ITEM_UNPUBLISHED', 0x0020);
|
||||
define ( 'ITEM_WEBPAGE', 0x0040); // is a static web page, not a conversational item
|
||||
|
||||
/**
|
||||
* Item Flags
|
||||
|
@ -21,6 +21,8 @@ function get_features() {
|
||||
t('General Features'),
|
||||
array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')),
|
||||
array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')),
|
||||
array('webpages', t('Web Pages'), t('Provide managed web pages on your channel'),
|
||||
|
||||
),
|
||||
|
||||
// Post composition
|
||||
|
@ -1 +1 @@
|
||||
2012-12-10.165
|
||||
2012-12-12.167
|
||||
|
Reference in New Issue
Block a user