Installation and Feature Management

Publicly Available Features

Custom WebAPIs save in ADAM
let app-specific WebAPIs use ADAM to save attachments ...

This allows custom WebAPI implementations to save files / attachments to ADAM using the command SaveInAdam(...)

Otherwise, SaveInAdam(...) will be refused, and custom WebAPIs trying to do this (like Mobius forms with Upload) will throw an error. 

Permission by Group / Role
set permissions using the group-number(s) ...

Enable permissions by user group-id / role. 

Permissions on User
set permissions specifically to a user GUID ...

This extends the permission system to allow user-specific permissions in additional to the normal "has view, may do xyz".

Public forms
use the 2sxc form for public input - like to place orders or in public directories ...

With this feature enabled, the site will allow apps/views to provide public forms for non-editors. This is for commands like @Edit.Enable(...)

Public Forms File Upload
lets public forms also upload files in hyperlink, library and wysiwyg-fields ...

With this enabled, public forms will allow file-upload with ADAM. Otherwise it will be disabled. 

Note that each of these fields must also have the permissions set allowing an upload. This is to prevent uploads on fields which were just meant to hold a link. 

WYSIWYG - Paste with Formatting (2sxc 9.33+)
Enable paste to preserve / correctly parse headers, lists, bold/italic and links. ...

Enable paste to preserve / correctly parse headers, lists, bold/italic and links.


Possible Future Features

ADAM File ID Resolution - Only Allow on same App (work in progress)
Usually data like "file:72" is automatically resolved, no matter where the file is. This will disable that, unless the file is within the adam folder of that app. ...

Usually data like "file:72" is automatically resolved, no matter where the file is. This will disable that, unless the file is within the adam folder of that app.

PermissionsByLanguage (work in progress)
Enable editing permissions per language. ...

Enable editing permissions per language.

Web Farm Caching
Enable WebFarm functionality in 2sxc ...

Enable WebFarm functionality in 2sxc.

Requires that DNN is setup as a web-farm, and that the WebFarm cache has been purchased and installed.


Beta Features - use at your own risk

Global Enheritable Apps (work in progress)
Activate Global Apps which can be Inherited in other Sites ...
Image Service Multi-Format (work in progress)
Enable WebP and other modern formats. ...

Enable the picture-tag created by an Image-Service to also provide better format alternatives like WebP on known formats like JPEG.

Paste Image from Clipboard (work in progress)
enable images from clipboard to be pasted into a link or wysiwyg field ...

This feature will enable users to paste images from clipboard directly into link or wysiwyg fields. 



Special settings (only available to 2sxc developers)

Beta features can be enabled
...

Allows enabling BETA (not yet done) features on this installation.

Test future features enabled (experimental)
...

Enable various future features for testing. These features will only be valid for a week and then expire. Such features may not actually make it into 2sxc - so they are not really available yet. 


Other - features which may not even exist

Hide messages about 2sic (work in progress)
...

This hides any comment about 2sic in the UI, like "Adam is sponsored with love by 2sic"

Input Field HTML (work in progress)
edit HTML in an input field ...

Raw HTML-Editor input-field

Run custom code on data-save (work in progress)
...
Send mail notifications on data-save (work in progress)
...

Send E-Mail Messages when data is saved.