feat: hooks for profile mandatory fields
This commit is contained in:
@@ -171,6 +171,25 @@ jinja = {
|
|||||||
# "school.plugins.LiveCodeExtension"
|
# "school.plugins.LiveCodeExtension"
|
||||||
#]
|
#]
|
||||||
|
|
||||||
|
profile_mandatory_fields = [
|
||||||
|
"last_name",
|
||||||
|
"user_image",
|
||||||
|
"bio",
|
||||||
|
"linkedin",
|
||||||
|
"education",
|
||||||
|
"work_experience",
|
||||||
|
"skill",
|
||||||
|
"preferred_functions",
|
||||||
|
"preferred_industries",
|
||||||
|
"dream_companies",
|
||||||
|
"attire",
|
||||||
|
"collaboration",
|
||||||
|
"role",
|
||||||
|
"location_preference",
|
||||||
|
"time",
|
||||||
|
"company_type"
|
||||||
|
]
|
||||||
|
|
||||||
## Markdown Macros for Lessons
|
## Markdown Macros for Lessons
|
||||||
school_markdown_macro_renderers = {
|
school_markdown_macro_renderers = {
|
||||||
"Exercise": "school.plugins.exercise_renderer",
|
"Exercise": "school.plugins.exercise_renderer",
|
||||||
|
|||||||
Reference in New Issue
Block a user