-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some initial form experiment thoughts
- Loading branch information
1 parent
bed9f50
commit f80d61c
Showing
5 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
admin: | ||
fields: | ||
boai: | ||
validate: false | ||
field_groups: | ||
notes: | ||
label: "Admin Notes" | ||
fieldsets: | ||
basic_compliance: | ||
label: "Check this first" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
notes: | ||
label: "Notes", | ||
repeatable: | ||
initial: 1, | ||
add_button_placement: "top" | ||
fields: | ||
- "note_author", | ||
- "note_date", | ||
- "note", | ||
- "note_id", | ||
- "note_author_id", | ||
template: templates.AF_LIST, | ||
entry_template: templates.AF_ENTRY_GOUP, | ||
merge_disabled: "merge_disabled_notes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
boai: | ||
label: Does the journal adhere to DOAJ’s definition of open access? | ||
input: radio, | ||
options: | ||
- display: Yes | ||
value: y | ||
- display: No | ||
value: n | ||
help: | ||
long_help: "See <a href='https://blog.doaj.org/2020/11/17/" | ||
"what-does-doaj-define-as-open-access/' " | ||
"target='_blank' rel='noopener'>" | ||
"DOAJ’s definition of open access explained " | ||
"in full</a>." | ||
doaj_criteria: "You must answer 'Yes'" | ||
validate: | ||
required: | ||
message: "You must answer <strong>Yes</strong> to continue" | ||
required_value: | ||
value: y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
basic_compliance: | ||
label: "Open access compliance", | ||
fields: | ||
- boai | ||
- oa_statement_url | ||
- oa_start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
public: | ||
context: public | ||
fieldsets: | ||
- basic_compliance | ||
- about_the_journal |