Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Service default language #223

Open
gskorupa opened this issue Jan 1, 2020 · 0 comments
Open

Content Service default language #223

gskorupa opened this issue Jan 1, 2020 · 0 comments
Assignees

Comments

@gskorupa
Copy link
Owner

gskorupa commented Jan 1, 2020

When required document is not published for selected language the service provides document with the same UID for default language.

The defoult language must be configured for the adapter, as follows:

{
                    "name": "cms",
                    "interfaceName": "CmsIface",
                    "classFullName": "org.cricketmsf.microsite.cms.CmsEmbededAdapter",
                    "properties": {
                        "helper-name": "cmsDB",
                        "root-path": "./www/",
                        "file-path": "./files/",
                        "file-path-published": "./assets/",
                        "index-file": "index.html",
                        "default-language": "en"
                    }
                }
@gskorupa gskorupa self-assigned this Jan 1, 2020
gskorupa pushed a commit that referenced this issue Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant