Skip to content

simplicitesoftware/module-demo-dsfr

Repository files navigation


DemoDSFR module definition

Introduction

This modules contains a demo frontend example for the DSFR toolkit.

The frontend itself is a Javascript application located in the others folder.

Prerequisites

The Demo module must be installed and configured before importing this addon module.

Import

To import this module:

  • Create a module named DemoDSFR
  • Set the settings as:
{
	"type": "git",
	"origin": {
		"uri": "https://github.com/simplicitesoftware/module-demo-dsfr.git"
	}
}
  • Click on the Import module button

Configure

In order to have the frontend examples working the password for the webservices-only user demodsfr must be simplicite.

This can be achieved by importing the following XML:

<?xml version="1.0" encoding="UTF-8"?>
<simplicite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.simplicite.fr/base" xsi:schemaLocation="http://www.simplicite.fr/base https://www.simplicite.io/resources/schemas/base.xsd">
<object>
	<name>UserPwd</name>
	<action>update</action>
	<data>
		<usr_login_read>demodsfr</usr_login_read>
		<usr_password>simplicite</usr_password>
	</data>
</object>
</simplicite>

DemoDSFR external object definition

Frontend using the DSFR toolkit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •