Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
portal
Ministerio de economía y finanzas MEF
Merge requests
!90
fix scheduler noticia
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Leticia Ferreira
requested to merge
leticia-dev41
into
master
11 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Compare
master
master (base)
and
latest version
latest version
b1928922
1 commit,
11 months ago
2 files
+
25
−
3
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
web/profiles/contrib/isa/modules/custom/portal_express_noticias/config/install/core.entity_form_display.node.noticias.default.yml
+
19
−
3
Options
View file @ b1928922
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,6 +18,7 @@ dependencies:
-
maxlength
-
paragraphs
-
path
-
scheduler
-
text
_core
:
default_config_hash
:
pflBfoPKuXPnc6yoMJTj9fZlULlknIB_b2IDWEv4WCk
@@ -137,6 +138,17 @@ content:
settings
:
display_label
:
true
third_party_settings
:
{
}
publish_on
:
type
:
datetime_timestamp_no_default
weight
:
52
region
:
content
settings
:
{
}
third_party_settings
:
{
}
scheduler_settings
:
weight
:
50
region
:
content
settings
:
{
}
third_party_settings
:
{
}
simple_sitemap
:
weight
:
10
region
:
content
@@ -183,11 +195,15 @@ content:
size
:
60
placeholder
:
'
'
third_party_settings
:
{
}
unpublish_on
:
type
:
datetime_timestamp_no_default
weight
:
54
region
:
content
settings
:
{
}
third_party_settings
:
{
}
url_redirects
:
weight
:
14
region
:
content
settings
:
{
}
third_party_settings
:
{
}
hidden
:
publish_on
:
true
unpublish_on
:
true
\ No newline at end of file
hidden
:
{
}
web/profiles/contrib/isa/updates/updates.php
+
6
−
0
Options
View file @ b1928922
Edit in single-file editor
Open in Web IDE
Show full file
@@ -454,4 +454,10 @@ function isa_update_9306(&$sandbox) {
\
Drupal
::
service
(
'module_installer'
)
->
install
([
'ban'
,
'username_enumeration_prevention'
,
'remove_http_headers'
]);
}
function
isa_update_9307
(
&
$sandbox
)
{
_isa_import_config
([
'portal_express_noticias'
,
]);
}
\ No newline at end of file
Menu
Explore
Projects
Groups
Topics
Snippets