Skip to content
Snippets Groups Projects
Commit 46e9cf8b authored by Anas Mawlawi's avatar Anas Mawlawi Committed by Anas Mawlawi
Browse files

Issue #3364287 by Anas_maw: Convert readme.txt to readme.md

parent fefc701a
No related branches found
No related tags found
No related merge requests found
# INTRODUCTION
The first Drupal 8 attendance solution, if you need an attendance feature
for your events, courses or classes. this module give you the ability to
add attendance by depending on Flag module.
......@@ -7,9 +8,11 @@ This module will give you a new field type 'field_attendance',
you can configure this field to work with associated flag to an entity.
# REQUIREMENTS
Flag: https://www.drupal.org/project/flag
# INSTALLATION
We require installation using composer
composer require drupal/flag_attendance_field
......@@ -20,6 +23,7 @@ install contrib modules on your site.
2. Go to Admin > Extend and enable the module.
# CONFIGURATION
1. Install flag module, and set a flag for an entity.
2. Go to entity manage fields and add a new attendance field.
3. In field settings page, there is a associated flag field, select the flag.
......@@ -27,5 +31,6 @@ install contrib modules on your site.
5. Done.
## Contact details
Anas Mawlawi
anas.mawlawi89@gmail.com
field.field_settings.flag_attendance:
type: mapping
label: 'flag attendance settings'
label: "flag attendance settings"
mapping:
flag:
type: string
label: 'Flag'
label: "Flag"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment